.HomeBenefitPointItem {
  width: 25%;
  text-align: center;
  padding: 0 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 48rem) {
  .HomeBenefitPointItem {
    width: 100%;
    margin: 0 auto var(--spaceMd);
    max-width: 30em;
  }
  .HomeBenefitPointItem:last-child {
    margin-bottom: 0;
  }
}

.HomeBenefitPointItem-image svg, .HomeBenefitPointItem-image img {
  width: auto;
  height: 4em;
  color: var(--colorBrand);
  fill: var(--colorBrand);
}

.HomeBenefitPointItem-title {
  margin: var(--spaceSm) 0 var(--spaceXs);
  font-weight: 700;
  font-size: var(--textMd);
}

.HomeBenefitPointItem-title:last-child {
  margin-bottom: 0;
}

.HomeBenefitPointItem-title a {
  color: inherit;
}

.HomeBenefitPointItem-text {
  font-size: var(--textSm);
  margin-top: .5rem;
}

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