section.divider {
  position: relative;
}
section.divider.waves svg {
  position: absolute;
  bottom: 0;
  z-index: 9;
}
@media (max-width: 767px) {
  section.divider.figure {
    display: none;
  }
}
section.divider.figure span {
  position: absolute;
  top: 0;
  transform: translate(0, -75%);
  z-index: 9;
  width: 400px;
  height: clamp(180px, 21.7vi + 13.33px, 430px);
}
section.divider.figure span.left {
  left: var(--section-outer-padding);
}
section.divider.figure span.center {
  left: 50%;
  transform: translate(-50%, -75%);
}
section.divider.figure span.center svg, section.divider.figure span.center img {
  margin-inline: auto;
}
section.divider.figure span.right {
  right: var(--section-outer-padding);
}
section.divider.figure span.right svg, section.divider.figure span.right img {
  margin-left: auto;
}
section.divider.figure span svg, section.divider.figure span img {
  height: 100%;
  width: auto;
  display: block;
}