h3 {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 20px;
  color: #151515;
}

p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.section-title {
  font-family: "Oswald";
  font-weight: 700;
  color: #151515;
  margin-bottom: 25px;
}

.section-title + p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 80px;
}

.section-title span {
  border-color: #151515;
  display: inline-block;
  border: 6px solid #151515;
  padding: 0.1em 0.2em;
}

.service-icon {
  margin-right: 20px;
  width: 48px;
  margin-bottom: 0;
  position: relative;
  font-size: 48px;
  text-align: right;
  float: left;
}

.service-column {
  overflow: hidden;
  margin-bottom: 50px;
}

.services-holder {
  position: relative;
  left: 0px;
  box-sizing: border-box;
  padding-left: 0px;
  padding-right: 0px;
  height: 400px;
  margin-bottom: 100px;
}
.services-banner {
  background-image: url('../images/services_banner.jpg');
  margin-top: 120px;
  height: 100%;
  transform: translate3d(0px, -21px, 0px);
  z-index: 1;
  width: 100%;
  background-size: cover !important;
  background-repeat: repeat-y;
  background-position: center center;
  transition: opacity 0.40s ease-in-out;
}

.service-banner-text {
  font-family: 'Oswald';
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 35px;
}

.service-banner-text ins {
  color: #ffbf00;
}

.service-banner-text span {
  margin-top: 30px;
  display: inline-block;
  font-size: 14px;
  font-family: 'Open Snas';
  font-weight: 400;
}