ul.two {
    columns: 2;
}

@media only screen and (max-width: 600px) {
ul.two {
    columns: 1;
}
}

