/*Contact Section*/
.contact .h2 {
	position: relative;
	color: #00305B;
	display: flex;
	justify-content: center;
}
.contact .h2::before {
	content: '';
	position: absolute;
	bottom: -10px;
	width: 100px;
	height: 5px;
	background-color: #DAA106;
}
.contact p {
	text-align: justify;
}
.contact .map {
	width: 100%;
	height: 350px;
	border: 0;
}
.contact a {
	text-decoration: none;
	color: #00305B;
	font-weight: bold;
}