.mainCont{
	width:90vw;
	max-width:1800px;
	margin:0 auto;
}
.mainCont img{
	display: block;
	width:90vw;
	max-width:1800px;
}

.title{
	position: relative;
	width: 100%;
	padding:1rem 3rem;
	margin: 0 auto 4rem auto;
	background-color: #D7F4F4;
}

.title h1{
	text-align: center;
	font-size:1.4rem;
	font-weight: bold;
	color:#356065;
}
.title h1 span{
	font-size:1rem;
	font-weight: normal;
}
.mainCont h2{
	color: #19A8B7;
}
.mainCont .lead{
	margin:0 0 4rem 0;
}
.mainCont a.btn_green{
	display: inline-block;
	width:auto;
	min-width: 200px;
	max-width: 90vw;
	font-size:1.1rem;
	font-weight: normal;
	text-align: center;
	margin:4rem auto;
}
@media screen and (min-width: 768px) {
	.title h1{
		font-size:2rem;
	}
	.title h1 span{
		font-size:1.4rem;
	}
	.mainCont a.btn_green{
		margin:4rem auto 10rem auto;
		font-size:1.3rem;
	}
}
	
/******************************************
footer
******************************************/

#footerContact{
	margin-bottom:2rem;
	background-color:#FFF;
}