.hero{
	padding: 80px 0;
	text-align: center;
	background: url('../../../images/confirmation/hero-image.jpg') no-repeat;
	background-size: cover;

}
.hero-content{
	display: inline-block;
	max-width: 600px;
}
.hero .title{
	font-size: 36px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 30px;
}
.hero .text{
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.hero .text a{
	color: #fff;
}

.phone{
	text-align: center;
	padding: 20px 0;
	background: #00465f;
}
.phone .image{
	max-width: 50px;
	margin: 0 20px;
}

.phone.offers .image{
	max-width: 50px;
	margin: 0 20px;
	position: relative;
	top: 0px;
}

.phone .text{
	text-align: left;
}
.phone .text strong{
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}

.phone .text p{
	display: block;
	font-size: 18px;
	color: #fff;
}

.phone .phone-number{
	font-size: 34px;
	color: #20b2cd;
	position: relative;
	top: 0px;
}
.phone .text, 
.phone .image,
.phone .phone-number{
	display: inline-block;
	vertical-align: middle;
}
@media(max-width: 1024px){
	.hero{
		background-position: 70% 0%;
	}
}