.services-wrapper-normal {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.services-wrapper-inverted {
  padding-left: 0px;
  padding-right: 0px;
}
.services-inverted {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #69BF28;
}
.services-normal {
  margin-top: 30px;
  background-color: white;
}
.service-title-normal {
  font-size: 45px;
  color: black;
}
.service-title-inverted {
  font-size: 45px;
  color: white;
}
.service-subtitle-normal {
  font-size: 30px;
  color: black;
  line-height: 0.6;
  letter-spacing: 0.9px;
}
.service-subtitle-inverted {
  font-size: 30px;
  color: white;
  line-height: 0.6;
  letter-spacing: 0.9px;
}
.service-check-icon {
  height: 100%;
  max-height: 6px;
}
.services-items-wrapper {
  margin-top: 20px;
}
.service-item-normal {
  margin-top: 3px;
  margin-bottom: 2px;
  color: black;
  font-weight: normal;
  font-size: 18px;
}
.service-item-inverted {
  font-size: 18px;
}
.service-bottom-text-wrapper {
  margin-top: -5px;
  line-height: 20px;
}
.service-bottom-text-normal {
  font-size: 17px;
}
.service-bottom-text-inverted {
  font-size: 17px;
}
.services-wrapper-normal > ul {
  list-style: none;
  /* Remove default bullets */
}
.services-items-wrapper > ul {
  padding-left: 30px;
}
.services-wrapper-normal > ul > .li-normal {
  color: black;
  /* Change the color */
}
.services-items-wrapper > ul > .li-inverted {
  color: white;
  /* Change the color */
}
.services-wrapper-inverted > ul {
  list-style: none;
  /* Remove default bullets */
}
.services-wrapper-inverted > ul {
  margin-left: 30px;
}
.services-wrapper-inverted > ul > .li-normal {
  color: black;
  /* Change the color */
}
.services-wrapper-inverted > ul > .li-inverted {
  color: white;
  /* Change the color */
}
@media (min-width: 1200px) {
  .col-xs-offset-alternative {
    padding-left: 5.5% !important;
  }
}
/*# sourceMappingURL=branch-services.css.map */