.benefits__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5rem;
}
.benefits__top + .benefits__cards {
  margin-top: -2.5rem;
}
.benefits__logo {
  height: 3.875rem;
  margin-bottom: 1.5rem;
}
.benefits__logo > img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.benefits__subtitle {
  font-size: max(1.25rem, 12px);
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  color: var(--orange);
  margin-bottom: 2.5rem;
}
.benefits__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px -1.5rem;
}
.benefits__cards > * {
  margin: 0 12px 1.5rem;
  width: calc(33.3333333333% - 24px);
}
.benefits__card {
  padding: 1.25rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 6.625rem;
  background: linear-gradient(186deg, rgba(255, 255, 255, 0) 0%, rgba(255, 128, 23, 0.15) 100%);
  backdrop-filter: blur(12px);
}
.benefits__text {
  margin-top: 2.5rem;
  font-size: max(1.25rem, 12px);
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}
.benefits__text span {
  color: var(--orange);
}
@media (max-width: 768px) {
  .benefits {
    margin-bottom: 60px;
  }
  .benefits__top {
    margin-bottom: 60px;
  }
  .benefits__top + .benefits__cards {
    margin-top: -20px;
  }
  .benefits__logo {
    height: 32px;
    margin-bottom: 12px;
  }
  .benefits__subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .benefits__cards {
    margin: unset;
  }
  .benefits__cards > * {
    margin: unset;
    width: 100%;
  }
  .benefits__card {
    min-height: unset;
  }
  .benefits__card:not(:last-child) {
    margin-bottom: 12px;
  }
  .benefits__text {
    margin-top: 20px;
    font-size: 18px;
  }
}
/*# sourceMappingURL=benefits.css.map */
/*# sourceMappingURL=benefits.css.map */