.dd-section {
  position: relative;
  overflow: hidden;
}

.dd-section-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.dd-section-inner {
  position: relative;
  z-index: 1;
}
