.cta-section {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.cta-section .section-title {
  margin-bottom: 40px;
}
.cta-section .section-title h2 {
  line-height: 38px;
}
.cta-section .section-title p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
}
.cta-section .input-wrapper {
  position: relative;
  display: inline-block;
  max-width: 568px;
  width: 100%;
}
.cta-section .input-wrapper input {
  border: 1px solid #BFBFBF;
  padding-left: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 30px;
  width: 100%;
  font-size: 12px;
}
.cta-section .input-wrapper .btn-cta {
  border: none;
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  cursor: pointer;
  padding: 0 44px;
}

@media (min-width: 992px) {
  .cta-section .section-title h2 {
    line-height: 38px;
  }
  .cta-section .section-title p {
    font-size: 18px;
  }
  .cta-section .input-wrapper input {
    font-size: 16px;
    padding-left: 32px;
  }
}