/* Cover the SVG's straight edge without moving the surrounding sections. */
.mf-wave-separator--top > svg {
  position: relative;
  top: -1px;
}

.mf-wave-separator--bottom > svg {
  position: relative;
  top: 1px;
}
