.nd-gradient-col-5 {
  position: relative;
  overflow: hidden;
}

.nd-gradient-col-5::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 0;
  background: var(--wp--preset--gradient--content);
  width: calc(((100vw - var(--nd-container-current)) / 2) + (var(--nd-container-current) * 5 / 12));
  /* width: calc((100vw - 1352px) / 2 + 1352px * 5 / 12); */
}

.nd-gradient-col-5 > * {
  position: relative;
  z-index: 1;
}
