.kontakt-hero__image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kontakt-hero__image img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  display: block;
}

.kontakt-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 91, 84, 0.55);
}

.kontakt-hero__title {
  position: relative;
  z-index: 1;
  font-family: "Fraunces";
  font-weight: 400;
  font-size: 48px;
  color: var(--grey-100);
  margin: 0;
}

@media (max-width: 900px) {
  .kontakt-hero__image {
    min-height: 220px;
  }
  .kontakt-hero__title {
    font-size: 32px;
  }
}
