h2{
margin:0;
padding:0
}
.image-title h2{
	width:85%;
	margin:auto;
	text-align:center;

	color:#04427D;
	padding:20px 0;

	text-transform:uppercase
}
.image-area{
	width:85%;
	margin:auto
}

.image-slide img{
	float:left;
	width:33.33%;
	
	
	height:220px
}
.image-slide img:last-child{
	margin-right:none
}
@media (min-width:300px) and (max-width:900px){
	.image-slide img{
	
		height:130px
	}
}