/* Hero one ATOM cta wrapper */
.landing-page__hero--placement .hero-one .landing-page__hero-content {
    left: 50%;
    top: 80%;
    justify-content: space-between !important;
    width: 350px !important;
  }
  
  /* Hero one - show Find Out More CTA */
  .landing-page__hero--placement .hero-one .landing-page__hero-content .landing-page__hero-cta:nth-child(2) {
    display: block !important;
  }
  /* Hero one - Exclusive collection CTA */
  /* .landing-page__hero--placement .hero-one .landing-page__hero-content .landing-page__hero-cta:nth-child(1) {
    min-width: 210px !important;
  } */
  
  .landing-page__hero--placement .hero-one .landing-page__hero-content {
    left: 50% !important;
    top: 80% !important;
  }
  /* Hero two ATOM cta wrapper */
  .landing-page__hero--placement .hero-two .landing-page__hero-content {
    top: 80% !important;
    justify-content: space-between !important;
    width: 350px !important;
  }
  
  /* CTA style */
  /* .landing-page__hero--placement .landing-page__hero-content .landing-page__hero-cta {
    display: inline-block !important;
  } */
  
  /* Center CTA wrapper on mobile */
  @media screen and (max-width: 768px) {
    .landing-page__hero--placement .hero-one .landing-page__hero-content {
      top: 84% !important;
    }
    .landing-page__hero--placement .hero-two .landing-page__hero-content {
        top: 83% !important;
      }
    }
  