/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@media (min-width: 992px) {
#subcategories .row > div:nth-child(4n+1) {
    clear: inherit;
}
}
@media (min-width: 992px) {
#subcategories .row > div:nth-child(3n+1) {
    clear: both;
}
}