.HomeBenefitPoint {
  background: var(--colorBrand);
  color: hsl(0, 0%, calc((var(--colorBrand-l) - 60) * -100%));
  padding: var(--spaceXl) 0;
  position: relative;
}

.HomeBenefitPoint-frame {
  position: relative;
}

.HomeBenefitPoint-title {
  color: hsl(0, 0%, calc((var(--colorBrand-l) - 60) * -100%));
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.25;
  margin-bottom: 2rem;
}

.HomeBenefitPoint-image {
  position: absolute;
  inset: 0;
  left: 50%;
  clip: rect(0, auto, auto, 0);
  overflow: hidden;
  z-index: var(--layerNullZIndex);
}

.HomeBenefitPoint-image:after {
  display: block;
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, var(--colorBrand) 0%, var(--colorBrandLight) 100%);
}

.HomeBenefitPoint-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.HomeBenefitPoint--transparent {
  background: transparent;
  color: var(--textColor);
  margin: 0;
}

.HomeBenefitPoint-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(2rem, 5vw, 3.5rem);
}

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