.contact-hero{
	padding: 80px 0;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover; 
}
.contact-hero .title{
	font-size: 48px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.contact-hero .text{
	max-width: 730px;
	display: inline-block;
}

.contact-hero .text p{
	font-size: 16px;
	color: #fff;
	display: block;
	margin-bottom: 20px;
}

.contact-hero .phone{
	font-size: 30px;
	background-image: url('https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/contact/phone-icon.png');
	background-position: 0;
	background-repeat: no-repeat;
	color: #fff;
	padding-left: 40px;
	display: inline-block;
	font-weight: 700;
	max-width: 300px;
}
@media(max-width: 1190px){
	.contact-hero .container{
		max-width: 90%;
	}	
}