.light-rays-container {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
  overflow: hidden;
}

.opportunity-section {
  position: relative;
  overflow: hidden;
  background: var(--bg);
}

.opportunity-light-rays {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.opportunity-section .wrap {
  position: relative;
  z-index: 2;
}
