@media only screen and (max-width: 767px) {

    .important-links-menu {
        column-count: 1;
    }
}

