.section__divider-graphic .divider-graphic{
  line-height: var(--line-height-base, 0);
  z-index: calc(var(--z-index-temporary, 5) - 1);
  margin-top: -0.15rem;
  margin-bottom: -0.15rem;
}

.section__divider-graphic .divider-graphic--prev-section{
  bottom: 0;
}

.section__divider-graphic .divider-graphic--next-section{
  top: 100%;
}
.section__divider-graphic .divider-graphic--current-section{
  position: relative;
  top: unset;
  margin-top: 0;
  margin-bottom: 0;
}

.section__divider-graphic .divider-graphic svg{
  width: 100%;
  height: auto;
  color: var(--svg-color, #000000);
}