.services-overview .service-row {
  position: relative;
}
.services-overview .service-row .service-row__icon {
  width: 24px;
  height: 24px;
  opacity: 0.85;
}

@media only screen and (min-width: 1140px) {
  .services-overview .service-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .services-overview .service-row .service-row__icon {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .services-overview .service-row .service-row__name {
    width: 260px;
  }
}/*# sourceMappingURL=services.css.map */