section#cta_section {
  padding: 96px 20px;
  background: linear-gradient(126.49deg, #08a7b2 -0.61%, #027aac 71.26%);
  z-index: 2;
  position: relative;
}

.cta-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: center;
}

.cta-inner h2 {
  font-family: "Univers LT Std" !important;
  font-weight: 700 !important;
  font-size: 45px !important;
  line-height: 57px !important;
  letter-spacing: 0.26px;
  text-align: center;
  color: #fff;
  max-width: 840px;
  width: 100%;
  margin-bottom: 0px;
}

.cta-description p {
  margin-bottom: 0px;
  font-family: "Univers LT Std" !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: 32px !important;
  letter-spacing: 0.07px;
  text-align: center;
  max-width: 840px;
  width: 100%;
  color: #fff;
}

.hero-buttons a.btn.filled-arrow {
  padding-right: 48px;
  position: relative;
}

a.btn.filled-arrow:after {
  content: "";
  background: url(/wp-content/uploads/2026/03/arrow-icon.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 18px;
  top: 20px;
  z-index: 2;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  section#cta_section {
    padding: 56px 20px;
  }

  a.btn.filled-arrow:after {
    top: 16px;
  }

  .cta-inner h2 {
    font-size: 26px !important;
    line-height: 36px !important;
  }

  .hero-buttons a.btn.filled-arrow {
    padding: 15px 50px 15px 20px;
  }
}
