.zs-carousel{
    margin : 0;
    .zpcarousel-content{
        margin : 0;
        .zpcarousel-content-inner{
            margin : 0;
            padding : 0 !Important;
        }
    }
}

@media (max-width: 767px){
.zs-category [data-element-type="column"]{
width: 50%;
}
}