.contact-hero {
  position: relative;
  overflow: hidden;
}

.contact-hero::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 43%;
  content: "";
  background: linear-gradient(90deg, rgba(247, 245, 242, 0.96), rgba(247, 245, 242, 0.22)), url("/images/contact-advies-gss.webp") center / cover no-repeat;
  opacity: 0.34;
}

.contact-hero > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 820px) {
  .contact-hero::after {
    width: 100%;
    opacity: 0.12;
  }
}
