.hero-image {
  position: relative;
}

.hero-image__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-image__background img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}

.hero-image__inner {
  position: relative;
  padding: 144px 0 260px;
}

@media only screen and (max-width: 575px) {
  .hero-image__inner {
    padding: 70px 0 140px;
  }
}

.hero-image--title {
  text-align: center;
  color: white;
  max-width: 850px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .hero-image--title {
    font-size: 54px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-image--title {
    font-size: 36px;
  }
}

.hero-image + .section-graphics .headline {
  display: none;
}

.hero-image + .section-graphics .graphics__wrapper {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -107px;
}
