.home-hero {
  background: url(../images/services-hero.jpg) center;
  background-size: cover;
  color: #fff;
}

.page-hero {
  border-top: 1px solid #e7e7e7;
  background: url(../images/bgs/devops_01.jpg) center bottom;
  color: #333;
}

.page-wrap {
  background-image: url(../images/bgs/shadow_light.png);
  background-repeat: repeat-x;
}
@media (min-width: 1152px) {
  .why-devops .page-wrap {
    background-image: url(../images/why_devops_background.jpg) !important;
    background-position: center -35px;
    background-repeat: no-repeat;
    background-size: 1534px 1050px;
  }
}
