.apc-section-bg {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* Background layer */
.apc-section-bg__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Overlay layer */
.apc-section-bg__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* Content layer */
.apc-section-bg__content {
  position: relative;
  z-index: 2;
  width: 100%;
}