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

/* Hero one ATOM CTA */
.landing-page__hero--placement .hero-one .landing-page__hero-content .landing-page__hero-cta:nth-child(2) {
  display: none !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: space-between !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: space-between !important;
    width: 300px !important;
  }
  /* Hero one CTA wrapper*/
  .landing-page__hero--placement .hero-one .landing-page__hero-content  {
   top: 79% !important
  }
}
