.hero-bg {
     background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/images/banner/bg-home.webp');
     background-size: cover;
     background-position: center;
}

.hero-about-bg {
     background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/images/ajl-logistik.webp');
     background-size: cover;
     background-position: center;
}