.our_services-boxes-container {
	height: 100%;
}

.our_services-service_container {
	position: relative;
	margin: 3%;
}
.our_services-service_thumbnail {
	max-width: 100%;
	max-height:  100%;
	height: auto;
	vertical-align: bottom;
}
.our_services-service_container img{
	width: 100%;
}
.our_services-service_title {
	font-family:'Roboto',Helvetica,sans-serif;
	font-size:20px;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	left: 0;
	padding: 10px 0 12px 0;
	text-align: center;
}
.services-box-section-title{
    font-size: 36px;
    line-height: 42px;
    position: relative;
    font-weight: normal;
    margin-bottom: 50px;
    margin-top: 30px;
}
.services-box-section-title hr{
	content: "";
    height: 1px;
    width: 80px;
    position: absolute;
    left: 0;
    bottom: -40px;
}
