.waves + .section--accent.section--wave {
    margin-top: 36px
}

.waves__items {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.waves__item {
    width: 100%;
    height: 32px;
    background-repeat: repeat-x;
    background-position: 0 0;
    will-change: background-position
}
