.section-hero-section-x {
  &.bg-gradient-t-b {
    background: linear-gradient(180deg, var(--color-octonary) -57.84%, var(--pl-blue) 100%);
  }

  & .heading-section-x {
    & .heading-section__title {
    }
    & .heading-section__sub-title {
    }
    & .heading-section__desc {
    }
  }

  & .hero-box {
    &.box-style-glass {
      padding: 1.75rem;
      border-radius: 0.875rem;
      border: 0.8px solid rgba(255, 255, 255, 0.1);
      background: rgba(255, 255, 255, 0.05);
    }
  }
}

/*
.hero-box.box-style-rounded.box-style-glass.box-style-has-icon
*/
