
.hero-col__in{
	position: relative;
	top: 400px;
}
@media all and (min-width:768px){
	.hero-col__in{
		top: 275px;
	}
}

.heroHead__title{
	font-size: 30px;
	line-height: 1.2em;
	display: inline-block;
    
    color: #13A1D0;
    
}
.heroHead__title span{
	background: #fff;
	padding: 0 10px;
}
@media all and (min-width:768px){
	.heroHead__title{
		font-size: 50px;
		max-width: 920px;
	}
}
.heroHead__text{
	padding: 10px 15px;
	font-size: 20px;
	line-height: 1.25em;
	display: inline-block;
	background: #13A1D0;
	color: #fff;
}
@media all and (min-width:768px){
	.heroHead__text{
		font-size: 30px;
	}
}