/* Testimonials */
.sectionQuoteWht, .sectionQuoteBlue {
	font-family: Century Gothic, Helvetica, Arial, sans serif;
	width:80%;
	height:100%;	
	padding:5% 5% 5% 7%; 
	box-sizing: border-box;
	text-align:justify;
}
.sectionQuoteWht {
	color: #27AAE1;
	border:2px solid #27AAE1;
	border-radius:20px;
	margin:1% auto; 
}
.sectionQuoteBlue {
	color: #fff;
	background-color:#27AAE1;
	border:2px solid #27AAE1;
	border-radius:20px;
	margin:3.5% auto; 
}