.services .service {
	margin-bottom: 15px;
}

.services .service img {
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.services .service>div>div:hover img {
	opacity: 0.5;
}

.info_boxes>.info{
  margin: 30px 0;
}

.info_boxes>.info img {
  max-width: 75px;
}

.info_boxes>.info h3 {
  margin:20px 0;
}
