@charset "utf-8";



#header-page {
	margin-bottom: 75px;
}

#header-page .content {
	padding-top: 120px;
	height: 320px;
}

#header-page .container-half.left {
	background-color: #5bbfe4;
}

#header-page .container-half.right {
	background-position: left center;
	background-repeat: no-repeat;
	backgrouind-size: cover;
}

#header-page .description {
	max-width: 360px;
	color: white;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}

#header-page h1 {
	margin-bottom: 22px;
	color: white;
	line-height: 60px;
	text-transform: none;
}

#header-page h3 {
	color: white;
	line-height: 24px;
}




@media (min-width: 1170px) {



}




@media (min-width: 768px) and (max-width: 1169px) {



}




@media (min-width: 0px) and (max-width: 767px) {

#header-page h1 {
	font-size: 36px;
	line-height: 50px;
}

}