.dz-black {
    background: #000;
    color: #fff;
    margin-bottom: 32px;
    padding: 32px 0 1px;
}
.dz-black .dz-chess-carousel {
    margin-bottom: 59px !important;
}
.dz-black .dz-chess:last-child {
    margin-bottom: 31px !important;
}

/* Adaptation */
@media screen and (max-width: 767px) {
    .dz-black .dz-chess-carousel {
        margin-bottom: 31px !important;
    }
}