div.hero {
  padding: 80px 0 120px 0;
}

div.hero:before {
  background-image: url(../../images/services/cloud-build/cloud-header.jpg);
}

div.main-content {
  background: #f5f5f5;
}

div.bg-wh {
  background: #fff;
}
h3 {
  font-size: 27px;
  margin-bottom: 10px;
  font-weight: 700;
}


@media only screen and (max-width: 767px){
  div.hero:before {
    background-image: url(../../images/services/cloud-build/cloud-header-m.jpg);
  }
}
