.nkp-about-story__visual {
  isolation: isolate;
  background: #18201e;
}
.nkp-about-story__visual > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.04);
}
.nkp-about-story__visual:after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    145deg,
    rgba(10, 21, 18, 0.08),
    rgba(10, 21, 18, 0.54)
  );
  content: "";
  pointer-events: none;
}
.nkp-about-story__visual:before {
  z-index: 2;
  pointer-events: none;
}
.nkp-about-story__visual > span {
  z-index: 3;
}
