.cta-banner {
  background: #EED3F1;
  padding:49px 0;
}
.cta-banner.hide-desktop {
  display:none;
}
.cta-banner .content-wrapper {
  max-width:1230px;
}
.cta-banner .cta-banner-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.cta-banner .cta-banner-content h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #1F1F33;
  margin:0;
}
.cta-banner .cta-banner-btn a {
  display:inline-block;
  padding: 16px 32px;
  background: #C462CF;
  border-radius: 4px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  text-decoration:none;
  text-align:center;
}
.cta-banner .cta-banner-form form {
  display: flex !important;
  gap: 15px; !important;
}
.cta-banner .cta-banner-form form .hs-button {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-top: 26px;
}

@media(max-width:991px) {
  .cta-banner .cta-banner-content h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media(max-width:767px) {
  .cta-banner .cta-banner-content h3 {
    font-size: 24px;
    line-height: 34px;
    text-align:center;
  }
  .cta-banner .cta-banner-inner {
    flex-direction: column;
  }
  .cta-banner {
    padding: 40px 0;
  }
  .cta-banner .cta-banner-form form {
    display: block !important;
    gap: 0; !important;
  }
  .cta-banner .cta-banner-form form .hs-button {
    margin-top: 15px;
  }
  .cta-banner .cta-banner-btn a {
    padding: 16px;
    font-size: 18px;
    line-height: 22px;
  }
}