.shadow {
text-shadow: 1px 1px 1px #000;
}

.service-feature-box .service-body {
height: 230px;
}

.service-feature-box .service-body .custom-heading {
height: 70px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
.service-feature-box .service-body .custom-heading {
height: 90px;
}
.service-feature-box .service-body {
height: 280px;
}
}

@media screen and (max-width: 769px) {
.col-md-2.col-xs-0.empty,
.col-md-6.empty.custom-background.image-background {
display: none;
}
}

@media screen and (max-width: 600px) {
.service-feature-box .service-body .custom-heading {
height: 90px;
}
.service-feature-box .service-body {
height: 280px;
}
}
.clients-li{padding:0 10px;}
.clients-li li {
border: none;
}

.background-auto-100prct{background-size:auto 100% !important;}