
.inline{
	padding: 60px 0 40px 0;
	
}


h3{
	padding-bottom: none !important;
}
section{
	padding: 20px 0;
}

p{
	line-height: 1.2em !important;
}

#sec1, #sec2{
	background: #A4D3EE;
	background: linear-gradient(70deg, #fff, rgba(100, 206, 209, 0.6));
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #c0c0c0;
}

#sec1 article, #sec2 article{
	float: left;
	width: 32%;
	background: rgba(255, 255, 255, 0.9);
	padding: 20px 20px;
	box-sizing: border-box;
	height: 400px;
	margin-top: 50px;
	
}

#sec1 .middle, #sec2 .middle{
	margin-left: 2%;
	margin-right: 2%;
}

#sec1 img, #sec2 img{
	padding-bottom: 5px;
	border: 20px;
}
#sec3{
	background: #A4D3EE;
	background: linear-gradient(70deg, #fff, rgba(100, 206, 209, 0.6));
	color: #fff;
}

#sec3 div div{
	float: left;
	width: 40%;
	margin: 0 5%;
}






