.service-block-one {
	width:32%;
	float:left;
	margin-right:1%;
}
 @media(max-width: 991px) and (min-width: 30px) {
 .service-block-one .inner-box .lower-content h3 {
 display: block;
 font-size: 16px;
 line-height: 20px;
 margin-top: -8px;
 text-align: center;
 margin-bottom: 5px;
}
}
 @media(max-width: 767px) and (min-width: 30px) {
 .service-block-one {
 width: 50%;
 float: right;
 margin-right: 0%;
 padding: 1%;
}
}
 @media(max-width: 500px) and (min-width: 30px) {
 .service-block-one .inner-box .lower-content h3 {
 display: block;
 font-size: 14px;
 line-height: 17px;
 margin-top: -8px;
 text-align: center;
 margin-bottom: 0px;
}
}
