#contact-hero {
	margin-top: 12px;
	background-image: url('../../images/contact-us/contact-us-hero.jpg');
	background-image: image-set( 
		url('../../images/contact-us/contact-us-hero.jpg') 1x, 
		url('../../images/contact-us/contact-us-hero@2x.jpg') 2x);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 32px 0 31px 0px;
}
#contact-hero .inner {
	overflow: hidden;
}
#contact-hero h1 {
	font-size: 53px;
	line-height: 1;
	margin-bottom: 5px;
	position: relative;
	display:inline-block;
}
#contact-hero h1 span {
    font-size: 133.0188679245283%;
}
#contact-hero p {
	font-size: 17px;
	line-height: 24px;
	max-width: 675px;
	margin: 0 auto;
}
@media screen and (max-width: 567px ) {
	#contact-hero {
		margin-top: 22px;
		padding: 28px 0 23px 0;
	}
	#contact-hero h1 {
		font-size: 36px;
		margin-bottom: 8px;
	}
	#contact-hero h1::before {
		left: -130px;
		top: 18px;
	}
	#contact-hero h1::after {
		right: -130px;
		top: 18px;
	}
	#contact-hero p {
		font-size: 14px;
		line-height: 19px;
	}
}