.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.content-section {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.image-container {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
}

.text-container {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-anim-bg.media {
  background-color: rgba(96, 111, 224, 0.6666666667);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

.hero-anim-bg {
  perspective: 1px;
  border-radius: 400px;
  width: 400px;
  height: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  left: -55px;
  top: -70px;
  margin: auto;
  transform: perspective(1000px);
}

.kyb-hero-bg {
  background-color: #3970F1;
  border-radius: 16px;
  padding: 26px 33px;
}

.verified-user-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  height: 100%;
  background: #EBECFE;
}

.collapse-trigger {
  padding: 0;
  width: 100%;
  text-align: start;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  border: 0;
  border-bottom: #C9C9C9 1px solid !important;
  background-color: transparent;
}

@media (min-width: 768px) {
  .content-section, .image-container {
    height: 50vh;
  }
  #hero__section {
    min-height: 50vh;
  }
  #benefits__section {
    min-height: 50vh;
  }
  #banner__section {
    min-height: 30vh;
  }
  #banner__section .kyb-hero-bg {
    padding: 56px 53px;
  }
  .verified-user-container .material-symbols-outlined {
    color: #2C6ECA;
    font-size: 135px;
  }
}
