/* less functions */
.full-width-cta {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 90px 15px;
}
.full-width-cta.has_no_curve.light-green-gradient-background .content-holder {
  padding-top: 30px;
}
.full-width-cta .btn {
  margin-top: 15px;
  display: inline-block;
}
.full-width-cta .content-container {
  max-width: 750px;
  margin: 0 auto;
}
.full-width-cta .top_curve {
  width: 140%;
  height: 100%;
  border-radius: 100% 100% 0 0;
  box-shadow: 0px 0px 0px 300px #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.full-width-cta .content-holder {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .full-width-cta {
    height: auto;
    margin-top: 0;
    padding: 60px 15px;
  }
  .full-width-cta h2 {
    max-width: 600px;
    margin: 0 auto;
  }
  .full-width-cta.has_no_curve.light-green-gradient-background {
    margin-top: 0;
  }
  .full-width-cta.has_no_curve.light-green-gradient-background .content-holder {
    padding-top: 0;
  }
  .full-width-cta.has_no_curve.light-green-gradient-background::before {
    display: none;
  }
  .full-width-cta .top_curve {
    border-radius: 0;
    box-shadow: none;
    position: relative;
    left: inherit;
    top: inherit;
    transform: none;
  }
}
