#iblock-section-tree {
    column-count: 3;
}


@media (max-width: 720px) {
    #iblock-section-tree {
        column-count: 1;
    }
}