.halo-section.has-bg-image {
  position: relative;
}

.halo-section.has-bg-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.halo-section.has-bg-image .container {
  position: relative;
  z-index: 1;
}
