.contact_header {
	z-index: 1;
}
.contact_header .section-shaped {
	height: 60vh;
}
.contact_header .separator {
	z-index: -1;
}

.contact_container {
	position: relative;
	margin: -50vh auto 0rem;
	z-index: 1;
}

.contact_title {
	padding: 2rem;
}

.contact_content {
	padding: 2rem;
	background-color: #fff;
	border-radius: 0.25em;
	border: 1px solid rgba(0, 0, 0, 0.075);
	box-shadow: 0 20px 60px rgba(86, 74, 64, 0.25);
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

.contact_content,
.contact_content p {
	font-weight: 300;
	color: #172b4d;
}
.contact_content img {
	max-width: 100%;
}
