.hero-about {
  position: relative;
  background-image: url('/wp-content/uploads/2025/09/deposito-bagagli-napoli-febiam.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  z-index: 1;
}

.hero-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.hero-about > div {
  position: relative;
  z-index: 2;
}
.bg-dark-blue, .bg-cta {
    background-color: #222d59;
    margin-top: 50px;
}