.landscape-image {
  position: relative;
}
.landscape-image:first-child {
  padding-top: 6rem;
}
@media only screen and (min-width: 768px) {
  .landscape-image:first-child {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .landscape-image__small {
    display: none;
  }
}
.landscape-image__large {
  display: none;
}
@media only screen and (min-width: 768px) {
  .landscape-image__large {
    display: block;
  }
}
.landscape-image__copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.landscape-image__heading {
  font-family: Reader;
  --mb: 1.875rem;
  font-size: 1.375rem;
  letter-spacing: 0.5px;
  line-height: 1.875rem;
  color: var(--white);
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 768px) {
  .landscape-image__heading {
    --mb: 2.625rem;
    font-size: 2rem;
    line-height: 2.625rem;
  }
}

.banner {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .banner {
    grid-column: span 16;
    margin-bottom: 3rem;
  }
}
