.HomeBenefitPoint {
  color: #131516;
  padding-top: 5rem;
  margin-top: -5rem;
  background: var(--colorBrandBg);
}

@media (max-width: 80rem) {
  .HomeBenefitPoint {
    margin-top: 0;
  }
}

.HomeBenefitPoint-frame {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 2rem;
}

@media (max-width: 47.99rem) {
  .HomeBenefitPoint-frame {
    padding: 0 var(--spaceSm);
    border: 0;
  }
}

.HomeBenefitPoint-heading {
  font-size: 1.75rem;
  font-weight: 400;
}

.HomeBenefitPoint-heading:after {
  content: '';
  display: block;
  height: 2px;
  width: 6.25rem;
  background: var(--colorBrand);
  margin-top: .75rem;
}

/*# sourceMappingURL=home-benefit-point.min.css.map */
