.headBanner {

	line-height: 72px;

	margin: 0;

	background-color: #0cc2b5;

}

.headBanner {

	position:relative;
	padding: 65px 0;
	background-position:center top;
	background-size:cover;
	background-repeat:no-repeat;
	margin-top:75px;
	min-height: 252px;
}

.bannerTitle {
    font-size: 44px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.77;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
}

.bannerSubTitle {
	font-size: 29px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: var(--white);
	margin-top:12px;
}