.section--wavy {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.section--wavy__content {
  background: var(--bg-tertiary);
}
