/* Hero one CTA wrapper */
.landing-page__hero--placement .hero-one .landing-page__hero-content {
  justify-content: space-between !important;
  width: 300px !important;
}

/* Hero ATOM CTA */
.landing-page__hero--placement .landing-page__hero-content .landing-page__hero-cta.atom-cta {
  display: block !important;
}

@media screen and (min-width: 769px) {
  /* Hero two CTA wrapper */
  .landing-page__hero--placement .hero-two .landing-page__hero-content {
    top: 80% !important;
    min-width: 350px !important;
    justify-content: center !important;
  }
}

@media screen and (max-width: 768px) {
  /* Hero two CTA wrapper */
  .landing-page__hero--placement .hero-two .landing-page__hero-content {
    top: 78% !important;
    min-width: unset !important;
    justify-content: center !important;
    width: 300px !important;
  }
  /* Hero one CTA wrapper*/
  .landing-page__hero--placement .hero-one .landing-page__hero-content {
    top: 79% !important;
    width: 330px !important;
  }
  /* Hero one CTA */
  .landing-page__hero--placement .hero-one .landing-page__hero-content .landing-page__hero-cta {
    padding: 10px 0 !important;
    min-width: 144px !important;
  }
}
