@media (max-width: 767px) {
    .ws-other-categories-block-row  .ws-product-categories-item {
        flex-basis: 50%;
    }
    .ws-other-categories-block-row {
        margin: 0 -.5rem
    }
/*    .ws-product-categories-item {
        padding: 0 .5rem 1rem;
    }
*/	
}
@media (min-width: 768px) {
    .ws-other-categories-block-row  .ws-product-categories-item {
        flex-basis: 25%;
    }
    .ws-other-categories-block-row {
        margin: 0 -.5rem
    }
/*    .ws-product-categories-item {
        padding: 0 .5rem 1rem;
    }
*/	
}
@media (min-width: 1200px) {
    .ws-other-categories-block-row {
        margin: 0 -1.5rem
    }
/*    .ws-product-categories-item {
        padding: 0 1.5rem 2rem;
    }
*/
}
