.service-features {
  background: #F6EEEA;
  padding: -webkit-calc(1.625rem + 3.4615384615vw) 0 -webkit-calc(1.5625rem + 2.8846153846vw);
  padding: calc(1.625rem + 3.4615384615vw) 0 calc(1.5625rem + 2.8846153846vw);
}
@media (min-width: 1560px) {
  .service-features {
    padding: 5rem 0 4.375rem;
  }
}
.service-features__heading {
  display: block;
  text-align: center;
  margin-top: 0;
  margin-bottom: -webkit-calc(1.48125rem + 2.1346153846vw);
  margin-bottom: calc(1.48125rem + 2.1346153846vw);
  text-transform: unset;
}
@media (min-width: 1560px) {
  .service-features__heading {
    margin-bottom: 3.5625rem;
  }
}
.service-features__item {
  margin-bottom: 32px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.service-features__item-image-wrapper {
  text-align: center;
  aspect-ratio: 1/1;
  margin: 0 auto -webkit-calc(1.3125rem + 0.5769230769vw);
  margin: 0 auto calc(1.3125rem + 0.5769230769vw);
  max-width: 84px;
}
@media (min-width: 1560px) {
  .service-features__item-image-wrapper {
    margin: 0 auto 1.875rem;
  }
}
.service-features__item-image-wrapper img {
  width: 100%;
  display: inline-block;
}
.service-features__item-content {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  color: #212121;
}
.service-features__item-content p {
  padding-bottom: 0 !important;
}
.service-features__item-title {
  font-weight: 600;
  font-style: italic;
  font-size: -webkit-calc(1.2625rem + 0.1153846154vw);
  font-size: calc(1.2625rem + 0.1153846154vw);
  color: #4C5E4E;
  line-height: 1.18;
  margin-bottom: -webkit-calc(1.3125rem + 0.5769230769vw);
  margin-bottom: calc(1.3125rem + 0.5769230769vw);
  text-align: center;
}
@media (min-width: 1560px) {
  .service-features__item-title {
    font-size: 1.375rem;
  }
}
@media (min-width: 1560px) {
  .service-features__item-title {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 980.5px) {
  .service-features__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .service-features__item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .service-features__container {
    margin: 0 -18px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-features__container .col-12 {
    padding: 0 18px;
  }
}

/*# sourceMappingURL=service-feature.css.map */