@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');


.serviceBox {
    min-height: 225px;
}

.servicesFront {
  background-image: url("../images/services/servicesBGHome.png");
  color: #fff;
  padding: 80px 0;
  text-align: center;
  background-size: cover;
  background-position: center center;
}
.servicesFront h3 {
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 40px;
}
.servicesFront h3::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0px);
  width: 70px;
}

.servicesFront .row {
    margin-bottom: 0;
}
.serviceBox h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 40px;
    color:#fff;
}
@media (max-width: 767px) {   
.serviceBox h4 {
    margin-bottom: 60px;
}
}