.contact-section {
	padding: 40px 0 60px;
}
.contact-section .acf-map {
	height: 334px;
	width: 100%;
}
.contact-section-content a {
	color: #db233a;
}
.section-text-block {
	position: relative;
	padding-top: 23px;	
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.01em;
	margin-bottom: 60px;
}
.section-text-block .section-contact-block {
	max-width: 397px;
	background: #192936;
	box-sizing: border-box;
	padding: 20px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 60px;
}
.section-text-block .section-contact-block h5 {
	font-weight: 700;
	color: #db233a;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.section-text-block .section-contact-block a {
	color: #fff;
	text-decoration: none;
}
.contact-block-address {
	margin-bottom: 24px;
	font-weight: 500;
	text-transform: uppercase;
}
.contact-block-address:last-of-type {
	margin-bottom: 0;
}
.contact-block-address .phone-caption {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.01em;
	display: inline-block;
	margin-top: 8px;
}
.map-block {
	margin-bottom: 60px;
}
.map-block img {
	width: 100%;
}
.workhours h5 {
	text-transform: uppercase;
	color: #db233a;
	padding-right: 44px;
	margin-bottom: 0;
}
.workhours .hours > div {
	margin-bottom: 20px;
}
.workhours .hours > div:last-of-type {
	margin-bottom: 0;
}
.sendform-block {
	background: #192936;
}
.sendform-block .sendform-wrapper {
	padding: 20px 20px 30px 20px;
}
@media (max-width: 767px) {
	.section-text-block {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.section-text-block .contact-section-content {
		order: 1;
		flex: 0 0 100%;
	}
	.section-text-block .section-contact-block {
		order: 2;
		flex: 0 0 100%;
	}
	.map-block img {
		height: 396px;
		object-fit: cover;
	}
	.workhours-block .social-buttons {
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) {
	.section-text-block .section-contact-block {
		float: right;
		padding: 40px;
	}
	.workhours-block {
		display: flex;
		justify-content: space-between;
	}
	.contact-section-content {
		margin-right: 440px;
	}	
}
@media (min-width: 1200px) {
	.contact-section {
		padding: 80px 0 148px;
	}
	.contact-section-content {
		margin-right: 600px;
	}
	.section-text-block .section-contact-block {
		margin-right: 87px;
	}	
}