.cta-btn {
  padding: 20px 40px;
  background-color: #F20D5E;
  border-radius: 18px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 22px;
  display: inline-block;
  transition: all 0.25s ease-in-out;
}

.cta-btn:hover {
  color: #fff;
  position: relative;
  top: -2px;
  background-color: #c20f4e !important;
}

section {
  padding: 40px 0;
}

section.cta {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

._form-thank-you {
  background-color: #F20D5E;
  color: #fff;
  font-weight: bold;
  padding: 24px;
  font-size: 24px;
}

h1 {
  font-size: 72px;
  line-height: 0.9;
}

@media (max-width: 600px) {
  h1 {
    font-size: 52px !important;
  }
}

h1.main-title {
  text-transform: uppercase;
  font-weight: 900 !important;
}

@media (max-width: 600px) {
  h1.main-title {
    font-size: 42px !important;
  }
}

p, li, a {
  font-family: "Lexend Deca", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

#_form_172_submit {
}

