.rekers-hero {
  margin-bottom: 50px;
}
.rekers-hero__body {
  padding-top: 56px;
  padding-bottom: 56px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.rekers-hero__image {
  width: 100%;
  height: 100%;
  min-height: 450px;
  max-height: 75vh;
  object-fit: cover;
}
.rekers-hero__text {
  color: white;
}
.rekers-hero__text .btn-primary {
  min-width: auto;
}
.rekers-hero__headline {
  margin-bottom: 1.5rem !important;
  text-transform: uppercase;
}
.rekers-hero__button {
  font-family: 'Funnel Sans', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: #28303F;
  background-color: white;
  padding: 4px 4px 4px 16px;
  width: 100%;
  max-width: 286px;
  text-decoration: none;
}
.rekers-hero__button:hover svg rect {
  fill: #007aad;
}
/*# sourceMappingURL=view.css.map */