.cta-banner-free-trial {
  margin-top: 80px;
  margin-bottom: 80px;
}

.cta-banner-free-trial__wrapper {
  padding: 48px;
  background-color: #1f1f1f;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.cta-banner-free-trial__content {
  position: relative;
  z-index: 2;
}

.cta-banner-free-trial__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  margin-bottom: 16px;
  color: #fff;
}

.cta-banner-free-trial__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 32px;
  color: #fff;
}

.cta-banner-free-trial__description ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  margin-left: 24px;
}

.cta-banner-free-trial__subtitle {
  font-weight: 900;
  font-size: 28px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 32px;
  max-width: 435px;
  text-wrap-style: balance;
}

.cta-banner-free-trial__button {
  display: inline-block;
  font-weight: 500;
  font-size: 25px;
  line-height: 184.8%;
  letter-spacing: -1.5%;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-wrap-style: balance;
}

.cta-banner-free-trial__button:hover {
  text-decoration: underline;
}

.cta-banner-free-trial__button svg {
  margin-bottom: -3px;
  margin-left: 10px;
  min-width: 30px;
  max-width: 30px;
  width: 100%;
  height: auto;
}

.cta-banner-free-trial__image {
  position: absolute;
  right: clamp(-60px, calc(100vw - 1640px), 0px);
  bottom: 16px;
  width: 568px;
  height: 486px;
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .cta-banner-free-trial__wrapper {
    padding: 32px;
  }

  .cta-banner-free-trial__title {
    font-size: 36px;
  }

  .cta-banner-free-trial__subtitle {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .cta-banner-free-trial {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .cta-banner-free-trial__wrapper {
    padding: 24px 24px 250px 24px;
  }

  .cta-banner-free-trial__image {
    bottom: 0;
  }

  .cta-banner-free-trial__button {
    font-size: 18px;
  }

  .cta-banner-free-trial__button svg {
    margin-left: 5px;
    min-width: 20px;
    max-width: 20px;
  }
}
