.cta-container .cta {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 48px;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.cta {
  position: relative;
  z-index: 10;
}
.cta .subtext,
.cta .subtext p,
.cta .subtext div, 
.cta .subtext span {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
  max-width: 979px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .cta .subtext h2 {
    font-size: 45px !important;
}