.sds-hero-other-pages {
  max-height: 450px;
  height: 100vh;
  position: fixed;
  z-index: 0;
}

.sds-hero-shadow {
  max-height: 450px;
  height: 100vh;
}

.sds-hero-other-pages img {
  max-height: 450px;
  height: 100%;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  position: fixed;
  top: 75px;
  left: 0;
}

.sds-hero-other-pages .col-12 {
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.sds-hero-other-pages h1,
.sds-hero-other-pages h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.sds-hero-other-pages p.preamble {
  font-size: 18px;
  max-width: 700px;
}

.sds-hero-other-pages .container {
  padding: 0 15px;
}

@media screen and (min-width: 576px) {
  .sds-hero-other-pages,
  .sds-hero-shadow,
  .sds-hero-other-pages img {
    max-height: 600px;
  }
  .sds-hero-other-pages .col-12 {
    height: 600px;
  }
  
  .sds-hero-other-pages .container {
    padding: 0 ;
  }
  
  .sds-hero-other-pages h1,
  .sds-hero-other-pages h2 {
    font-size: 3.25rem;
  }
  
  .sds-hero-other-pages p.preamble {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  .sds-hero-other-pages img {
    top: 121px;
  }
}

@media screen and (min-width: 1921px) {
  .sds-hero-other-pages img {
    left: calc((100vw - 1920px) / 2);
  }
}