.magic-rings-container {
  width: 100%;
  height: 100%;
}

.about-section {
  position: relative;
  overflow: hidden;
  background: var(--bg, #0d0d0d);
}

.about-magic-rings {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

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