.apply-now-cta {
    max-width: 100%;
    margin: 130px auto 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 10% 0% 10%;
}
.apply-now-cta__container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.apply-now-cta__statement {
  font-family: 'Avant Garde', sans-serif;
  font-weight: normal;
  color: #6E7359;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 2px;
  max-width: 1010px;
  margin: 0 auto;
  text-align: center;
}

.apply-now-cta__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #EF7223;
  color: #fff;
  padding: 18px 80px;
  border-radius: 270px;
  transition: background 0.3s ease;
  text-align: center;
  width: max-content;
  margin: 0 auto;
}

.apply-now-cta__btn-line--top {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
}

.apply-now-cta__btn-line--bottom {
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 800;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 767px){
  .apply-now-cta__statement {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  .apply-now-cta__btn {
    transform: scale(0.8) translateX(-3%);
  }

  .apply-now-cta {
    background-size: auto !important;
  }
}
