.sites__list {
    max-width: 600px !important;
    flex-wrap: nowrap;
    align-items: center;
}
.sites__item {
    margin-right:20px !important;
    margin-top:0 !important;
}
.service {
    background: url('/02.webp') no-repeat !important;
    background-size: cover !important;
}
.service > picture {
    display: none !important;
}
@media (max-width: 768px) {
    .service {
        background: url('/02mob.webp') no-repeat !important;
        background-size: cover !important;
    }
}
