.cb_cta_text {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 50px;
  margin-bottom: 50px;
}
@supports (margin: clamp(1em, 1vw, 1em)) {
  .cb_cta_text {
    margin-top: clamp(50px, 9.7222222222vw, 140px);
    margin-bottom: clamp(50px, 6.25vw, 90px);
  }
}
.section-cb_cta_text:last-child .cb_cta_text {
  margin-bottom: 0;
}
.cb_cta_text .button__container {
  margin-left: 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cb_cta_text .button__container {
    justify-content: center;
  }
}
.cb_cta_text .cb_button {
  margin: 0;
}
@media (min-width: 769px) {
  .cb_cta_text .cb_button {
    margin-bottom: 6px;
  }
}

.cb_cta_text__content {
  display: grid;
  row-gap: 24px;
}
@supports (margin: clamp(1em, 1vw, 1em)) {
  .cb_cta_text__content {
    row-gap: clamp(24px, 3.8888888889vw, 56px);
  }
}
@media (min-width: 769px) {
  .cb_cta_text__content {
    grid-template-columns: 1fr auto;
    column-gap: 50px;
    align-items: flex-end;
  }
}

.cb_cta_text__heading {
  font-weight: normal;
  font-size: 36px;
  line-height: 1.1666666667;
  text-transform: uppercase;
  text-wrap: balance;
  color: var(--black);
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .cb_cta_text__heading {
    font-size: clamp(30px, 4vw, 56px);
  }
}
@media (max-width: 768px) {
  .cb_cta_text__heading {
    text-align: center;
  }
}
.cb_cta_text__heading span {
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 0.4375em;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1666666667;
  text-transform: uppercase;
  color: var(--purple);
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .cb_cta_text__heading span {
    font-size: clamp(12px, 1.1428571429vw, 16px);
  }
}
.cb_cta_text__heading > strong {
  font-weight: 900;
}
