.section.section--gray::before,
.section.section--gray::after{
    background: url(/-/media/34F57E8BA9D8489FB7E12106DFADA635.ashx) no-repeat top left;
    background-size: cover;
}


@media screen and (max-width: 767px) {
    .section.section--gray::before,
    .section.section--gray::after{
        background: url(/-/media/1240957E4B914967A9A2BBE743BA01C9.ashx) no-repeat top left;
        background-size: cover;
    }
}