.home_content,
.technical_content {
  background: #3591cf;
  margin-top: 60px;
  position: relative;
  border-bottom: 4px solid #FFF;
}
@media screen and (max-width: 1440px) {
  .home_content,
  .technical_content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 800px) {
  .home_content,
  .technical_content {
    margin-top: 0;
  }
}
.home_content *,
.technical_content * {
  color: #FFF !important;
}
.home_content ul li:before,
.technical_content ul li:before {
  background-image: url(../images/icons/tick_white.svg);
}
.home_content .button,
.technical_content .button {
  border: 1px solid #FFF;
  margin-bottom: 0;
}
.home_content .button:hover,
.technical_content .button:hover {
  background: #FFF;
  color: #3591cf !important;
}

.technical_content {
  background-image: url(../images/lineman.svg), url(../images/calipers.svg);
  background-repeat: no-repeat;
  background-position: left 5vw bottom, right 5vw center;
  background-size: 20% auto;
  margin-top: 40px;
}
@media screen and (max-width: 1180px) {
  .technical_content {
    background-position: left 2.5vw bottom, right 2.5vw bottom 50px;
  }
}
@media screen and (max-width: 800px) {
  .technical_content {
    margin-top: 0;
    padding-bottom: 120px;
    background-size: 30% auto, 32% auto;
    background-position: left 2.5vw bottom, right 2.5vw bottom 20px;
    background-image: url(../images/lineman.svg), url(../images/calipers_alt.svg);
  }
}

.content.wrapper .featured_accreditations {
  padding-top: 40px;
}

/*# sourceMappingURL=home.css.map */