

.landing-page__hero--placement .hero-one .landing-page__hero-content {
  position: absolute;
  top: 81%;
  left: 50%;
  display: flex;
  flex-direction: row;
  text-align: left;
  justify-content: center !important;
  width: 90%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.landing-page__hero--placement .hero-two .landing-page__hero-content {
  position: absolute;
  top: 81%;
  left: 50%;
  display: flex;
  flex-direction: row;
  text-align: left;
  /* justify-content: center !important; */
  width: 90%;
  transform: translate(-50%, 0);
  z-index: 2;
}

@media screen and (min-width: 769px) {
  #new-lp .hero-two .landing-page__hero-content {      
      top: 82%;
      justify-content: center !important;
  }
}

@media screen and (max-width: 768px) {
  .landing-page__hero--placement .hero-one .landing-page__hero-content {
      top: 63% !important;
      width: 82% !important;
  }
}
.landing-page__hero--placement .hero-two .landing-page__hero-cta--secondary {display:none !important}
.landing-page__hero--placement .hero-one .landing-page__hero-cta--secondary{display:none !important}
