.wave-divider {
  position: relative;
  background: #ffffff;
}

.wave-divider::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 60px;
  background: url('https://www.heropatterns.com/wave.svg') repeat-x;
}
