.hero-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1;
}

.hero-header > .vc_column {
  position: relative;
  z-index: 2;
}