.hbenefits {
  margin: var(--section-margin) 0;
}
.hbenefits__title {
  margin: 0 auto 20px;
  max-width: 800px;
  text-align: center;
}
.hbenefits__snippet {
  margin: 0 auto clamp(20px, 4.5vw, 60px);
  max-width: 800px;
  text-align: center;
}
.hbenefits__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.hbenefits__head {
  display: contents;
}
.hbenefits__item {
  padding: var(--card-padding);
  border-radius: 16px;
  background: var(--color-bg-purple);
  width: calc(33.33% - 13.5px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-decoration: none !important;
  color: inherit;
}
.hbenefits__icon {
  width: clamp(56px, 6vw, 72px);
  height: clamp(56px, 6vw, 72px);
  background: #fff;
  border-radius: clamp(10px, 1vw, 12px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hbenefits__icon img {
  max-width: clamp(25px, 2.5vw, 32px);
}
@media (width < 1280px) {
  .hbenefits__item {
    width: 100%;
  }
  .hbenefits__head {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
