.sl-features-hero-section  .content-container {
  max-width: 1232px;
  margin: 0 auto;
  width: unset;
  height: 100%;
}

.sl-features-hero-section {
  background: linear-gradient(
      180deg,
      rgba(182, 163, 255, 0) 60.02%,
      #efeaff 113.78%
    ),
    linear-gradient(180deg, #9175ff 0%, #7d5bff 100%), #dfdcff;
  background-blend-mode: hard-light, normal, normal;
  height: 553px;
  margin-bottom: 80px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.section-decorations {
  width: 100%;
  max-width: 1253px;
  position: absolute;
  bottom: -1px;
  height: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  display: flex;
  justify-content: space-between;
}

.section-decorations > div {
  background-repeat: no-repeat;
  background-position: bottom;
}
.features-media-group {
  position: absolute;
  right: 0;
  bottom: 0;
  
}
@media screen and (min-width: 900px) {
  .section-decorations .decoration2 {
    background-image: url("../../../images/v2/features/fea-dec-1.svg");
    background-position: left bottom;
    width: 712px;
  }
  .section-decorations .decoration1 {
    background-image: url("../../../images/v2/features/fea-dec-2.svg");
    width: 360px;
  }
}
@media screen and (max-width: 901px) {
  .section-decorations .decoration2 {
    background-image: url("../../../images/v2/features/fea-dec-1.svg");
    background-position: left bottom;
    width: 712px;
  }
  .section-decorations{
    transform: none;
    left: 100px
  }
}
.sl-features-hero-section .hero-content-group {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.features-text-group {
  max-width: 495px;
  padding-top: 50px;
}

.features-text-group h1 {
  font-family: var(--ff-primary-500), sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: var(--ls-2);
  color: var(--color-base-50);
  text-shadow: 0 8px 24px #422a9e66;
  margin-top: 35px;
}

.features-hero-text {
  font-family: var(--ff-primary-400), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: var(--ls-1);
  color: var(--color-base-50);
  text-shadow: 0 8px 24px #422a9e66;
  margin-top: 23px;
  margin-bottom: 32px;
}

.sl-features-hero-section .btn span {
  margin: unset;
}

.features-media-group img {
  max-width: 600px;
  /*height: 463px;*/
  width: 100%;
  border-radius: 8px;
}

@media screen and (max-width: 1100px) {
  .sl-features-hero-section .hero-content-group {
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
  }
  .features-media-group{
    position: relative;
    margin-bottom: -10px;
  }
  .features-text-group{
    padding-top: 0;
  }
  .features-text-group h1 {
    font-size: 32px;
    line-height: 37px;
  }

  .features-hero-text {
    font-size: 14px;
    line-height: 19px;
  }

  .sl-features-hero-section {
    padding-top: 32px;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .sl-features-hero-section .hero-content-group {
    gap: 60px;
  }
}
