.wp-block-acf-hero {
  width: 100%;
}

.bg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 19, 19, 0.30);
  z-index: 2;
}