body {
	margin: 0;
	font-family: "AGaramondPro-Regular", Garamond, Georgia, Times, serif;
}
.container {
	width: 70%;
	margin: 0px auto;
	
}
.logo-wapper img {
	margin: 0px auto;
	display: table;
}
.logo-wapper {
	margin-top: 67px;
}
.second-section h2 {
	text-align: center;
	font-size: 31px;
	color:#C3A500;

}
.second-section p {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	/* text-decoration: underline; */
	border-bottom: 3px solid #C3A500;
	width: 443px;
	margin: 0px auto;
	padding-bottom: 7px;
}

.contact-detail-section {
	width: 48.8%;
	margin: 0px auto;
	text-align: center;
	display: inline-block;
}
.phone-email a {
	color: #C3A500;
	line-height: 25px;
	text-decoration: none;
}
.fourth-section h2 {
	text-align: center;
}
.fourth-section h2 a {
	color:#C3A500;
	text-decoration: none;
}
.contact-detail-section h3 {
	font-size: 22px;
}
.contact-detail-section span {
	font-size: 21px;
	line-height: 27px;
}
.fourth-section {
	margin-top: 45px;
	margin-bottom: 45px;
}
.third-section {
	padding-top: 24px;
}
@media only screen and (max-width: 553px) {
.second-section p {
	
	width: 234px;
	
}
.logo-wapper img {
	
	width: 200px !important;
}
.contact-detail-section {
	width: 100%;
	
}
}