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