.benefits-wrapper {
  position: relative;
  background-color: var(--bs-black);
  background-image: url("/template-assets/salvia/images/bg-pattern-default.webp");
}
@media (max-width: 575.98px) {
  .benefits-wrapper {
    margin-top: -122px;
    padding-top: 122px;
  }
}
.benefits-wrapper::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 30px;
  left: 50%;
  top: 0;
  border-radius: 50%;
  background-color: var(--bs-primary);
  transform: translateX(-50%);
  filter: blur(40px);
}
@media (max-width: 767.98px) {
  .benefits-wrapper::before {
    top: -50px;
    filter: blur(70px);
    height: 70px;
  }
}
.benefits-wrapper .breadcrumbs__link {
  color: white;
}
.benefits-wrapper .breadcrumbs__item:after {
  color: white;
}
.benefits__title {
  font-family: "AtypText Bold", Arial, sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  color: var(--bs-white);
}
.benefits__title span {
  color: var(--bs-primary);
}
@media (max-width: 991.98px) {
  .benefits__title {
    font-size: 2.375rem;
  }
}
@media (max-width: 575.98px) {
  .benefits__title {
    font-size: 1.75rem;
  }
}
.benefits__row {
  margin-top: 2px;
}
@media (min-width: 992px) {
  .benefits__row {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .benefits__col {
    margin-top: 0;
  }
}
.benefits-elem {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px;
  z-index: 1;
}
.benefits-elem__icon {
  position: relative;
  display: flex;
  width: 174px;
  height: 174px;
  margin-bottom: 22px;
  color: var(--bs-body-bg);
}
@media (max-width: 767.98px) {
  .benefits-elem__icon {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 575.98px) {
  .benefits-elem__icon {
    width: 110px;
    height: 110px;
  }
}
.benefits-elem__icon img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}
.benefits-elem__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--bs-primary);
  transform: translateX(-50%);
  filter: blur(70px);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .benefits-elem__icon::before {
    filter: blur(40px);
  }
}
.benefits-elem__heading {
  color: var(--bs-white);
  font-size: 1.375rem;
  margin-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .benefits-elem__heading br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .benefits-elem__heading {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
}
.benefits-elem__description {
  line-height: 1.5;
  color: var(--bs-white);
  text-align: center;
}
@media (max-width: 767.98px) {
  .benefits-elem__description {
    font-size: 0.875rem;
  }
}
