.title{
	color: #ea5b0c;
	margin-top: 10px;
	font-family: 'Myriad Pro Semibold';
	font-size:30px;
	line-height:36px;
}
.detail p{
	font-size: 24px;
	line-height:20px;
	margin:30px 0 !important;
	text-align:justify;
}
.detail .text{
	font-size:16px;
	font-family: 'Myriad Pro Regular';
	
}
.detail p .title{
	color:#8D5A00;
}
.image-content{
	background-color: #f6f6f6;
	vertical-align: middle;
	position: relative;
	border-bottom: 2px solid #f9b000;
}
@media screen and (min-width: 996px) {
	.image-content {
		height: 35rem;
	}
}
@media screen and (min-width: 1200px) {
	.image-content {
		height: 30rem;
	}
}

.tag{
	width: 4.5rem;
	height: 1rem;
	background-color: #f9b000;
	position: absolute;
	top:7%;
	left: 3rem;
}
.image-text{
	color: #ec6608;
	font-family: 'Myriad Pro Semibold';
	font-size: 2rem;
	position: absolute;
	top:15%;
	left: 3rem;
	right:3rem;
}
.signature{
	position: absolute;
	bottom:3rem;
	left: 3rem;
	font-size:1.5rem;
}
@media screen and (min-width: 996px) {
	.tag {
		top: 2rem
	}

	.image-text {
		top: 7.5rem
	}

	.signature {
		bottom:3rem;
	}
}

@media screen and (max-width: 768px) {
	.tag {
		top: 4rem;
	}

	.image-text {
		top: 8rem;
		font-size: 18px;
	}

	.signature {
		bottom: 4rem;
		font-size: 1.3rem;
	}

	.image-content {
		height: 28rem;
	}

	.detail .title {
		font-size: 18px;
	}

	.title.main {
		font-size: 24px;
	}
}
.signature>p{
	font-family: 'Myriad Pro Bold';
	color:#575756;
	font-weight: bold;
}
.sign{
	margin-top: 5rem;
}
.sign>img{
	width: 200px;
}
.sign>p{
	font-size: 18px;
}
.name{
	font-family: 'Myriad Pro Bold';
	color: #b71918;
}