

@media all and (min-width:768px){
	.hero-col__in{
		top: 220px;
	}
}

.heroHead__title{
	font-size: 25px;
	line-height: 1.2em;
	
    color: #fff;
 	text-align: center;
    margin-bottom: 25px;
}

@media all and (min-width:768px){
	.heroHead__title{
		text-align: center;
		font-size: 40px;
	}
}



.hero__head{
		position: relative;
    	top: 125px;
    	margin-bottom: 125px;
	}
.heroHead__subTitle{
	font-size: 25px;
	line-height: 1.2em;
}
@media all and (min-width:768px){
	.hero__head{
    	top: 185px;
	}
	.heroHead__subTitle{
		text-align: center;
		font-size: 30px;
	}
}

.heroHead__text{
	padding: 10px 15px;
	font-size: 18px;
	line-height: 1.25em;
	display: inline-block;
	text-align: center;
}
@media all and (min-width:768px){
	.heroHead__text{
		font-size: 30px;
	}
}


.heroHead__contact{
	text-align: center;
	color: #fff;
	position: relative;
	top:25px;
}
.heroHead__contact .o-btn{
	border-color: white;
	background-color: transparent;
}
.heroHeadContact__title{
	margin-bottom: 25px;
}