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

@media screen and (min-width: 769px) {
  /* Hero one CTA wrapper */
  .landing-page__hero--placement .hero-one .landing-page__hero-content {
    width: 300px !important;
  }
}

@media screen and (max-width: 768px) {
  /* Hero one CTA wrapper */
  .landing-page__hero--placement .hero-one .landing-page__hero-content {
    top: 82% !important;
    width: 285px !important;
    justify-content: space-between !important;
  }
}
