/* Hero - padding bottom */
.landing-page__hero.landing-page__hero--placement {
  /* padding-bottom: 124.5%; */
}
/* Hero - CTA wrapper */
.landing-page__hero--placement .landing-page__hero-content {
  /* top: 16%;
  width: auto; */
}
/* Hero - CTA */
.landing-page__hero--placement .landing-page__hero-cta {
  /* width: 130px !important;
  padding: 12px !important;
  border-radius: 4px !important; */
}
/* Hero - CTA child elements */
.landing-page__hero--placement .landing-page__hero-cta:nth-child(3),
.landing-page__hero--placement .landing-page__hero-cta:nth-child(4) {
  /* margin-bottom: 0; */
}

/* @media screen and (min-width: 769px) {
  .landing-page__hero.landing-page__hero--placement {
    padding-bottom: 41.5%;
  }
} */

/* this hides the ctas */
/* .landing-page__hero--placement .landing-page__hero-content {
		display: none;
	} */

/* fast track ctas */
.fast-track--placement-1 .fast-track__cta,
.fast-track--placement-2 .fast-track__cta {
  /* color: black;
  border-bottom: 2px solid black !important; */
}
/* 
@media screen and (max-width: 769px) {
  .landing-page__hero--placement .landing-page__hero-content {
    top: 67% !important;
    width: 333px !important;
    max-width: unset !important;
    height: unset !important;
  }
} */
