/* Universal breakpoints */
.hero {
  background-position: 0% 50%;
}
@media (min-width: 992px) {
  .hero .hero-copy-content {
    width: 60% !important;
    max-width: 650px;
  }
  .hero_cta .hero-copy-content .text-24_20 {
    max-width: unset;
  }
}
.hero .hero-copy-content p {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 991px) {
  .hero .hero-copy-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.hero .hero-copy-content form {
  box-sizing: border-box;
  height: 46px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .hero .hero-copy-content form {
    height: 75px;
    margin-bottom: 0px;
  }
}
.hero .image-mobile {
  background-position: 0% 40%;
}
