.hero2 {
  min-height: 70vh;
  background-image:     
  linear-gradient(
      rgba(37, 18, 59, 0.6),
      rgba(37, 18, 59, 0.6)
    ),
    url("Freiwillig-Webseite/engagement\ tipps.webp");
  background-size: cover;
background-position: 50% 30%;
}

.img-fluid{
       filter: drop-shadow(0 0 0.4rem rgba(37, 18, 59, 0.2));
}
