/* Add custom CSS styles below */ 

.custom-slider-products--div .s-slider-thumbs , .s-product-box {
    background: #FFF !important;
}

.s-block--features__item p {
    color: #000 !important;
}

@media (max-width:768px){

.s-block--banners .grid {
    grid-template-columns: repeat(3,1fr);
}
.banner-entry {
    height: 80px;
}

}