/* HERO ONE */
.landing-page__hero--placement .hero-one .landing-page__hero-cta {
  color: white !important;
  border-bottom: 2px solid white !important;
}
/* HERO ONE cta */
.landing-page__hero--placement .hero-one .landing-page__hero-cta--secondary {
  display: block !important;
}

/* HERO TWO cta wrapper */
.landing-page__hero--placement .hero-two .landing-page__hero-content {
  justify-content: center !important;
}
/* HERO TWO one cta */
.landing-page__hero--placement .hero-two .landing-page__hero-cta--secondary {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .landing-page__hero--placement .hero-one .landing-page__hero-content {
    left: 50% !important;
  }
}

@media screen and (max-width: 768px) {
  .landing-page__hero--placement .hero-one .landing-page__hero-content {
    top: 81% !important;
    justify-content: space-evenly !important;
    top: 80% !important;
  }
  .landing-page__hero--placement .hero-two .landing-page__hero-content {
    top: 80% !important;
  }
}
