/* Add custom CSS styles below */ 
@media (min-width: 640px) {
    .s-products-slider-card {
        max-width: 330px !important;
    }
}
@media (min-width: 768px) {
    .s-products-slider-card {
        max-width: 490px !important;
    }
}