.rekers-hero {
  margin-bottom: 50px;
}
.rekers-hero.dark-overlay::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.22%, rgba(0, 0, 0, 0.6) 70.64%);
  z-index: 5;
}
.rekers-hero__body {
  padding-top: 56px;
  padding-bottom: 56px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 10;
}
.rekers-hero__image {
  width: 100%;
  height: 100%;
  min-height: 450px;
  max-height: 75vh;
  object-fit: cover;
  z-index: 1;
  position: relative;
}
.rekers-hero__text {
  color: white;
}
.rekers-hero__headline {
  margin-bottom: 1.5rem !important;
  text-transform: uppercase;
}
/*# sourceMappingURL=view.css.map */