/* 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 one CTA wrapper */
    .landing-page__hero--placement .hero-one .landing-page__hero-content {
      justify-content: center !important;
      width: auto !important;
      min-width: 350px !important;
      z-index: 10;
    }
    /* 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;
      z-index: 10;
    }
  }
  
  @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;
      z-index: 10;
    }
  }
  
  @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;
      z-index: 10;
    }
  }
  
  @media screen and (max-width: 768px) {
    /* Hero two CTA wrapper */
    .landing-page__hero--placement .hero-two .landing-page__hero-content {
      top: 76% !important;
      min-width: 320px !important;
      justify-content: space-between !important;
      width: 300px !important;
      z-index: 10;
    }
    /* Hero one CTA wrapper */
    .landing-page__hero--placement .hero-one .landing-page__hero-content {
      justify-content: center !important;
      width: 93% !important;
      max-width: 365px !important;
      top: 76% !important;
      z-index: 10;
    }
    /* 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;
    } */
  }
  