.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
}

footer.site-footer .footer-column .column-label:before {
    background-color: #000 !important;
}
@media only screen and (min-width: 1024px) {
    footer .column-element .column-label {
        font-size: 21px !important;
    }
}
@media only screen and (max-width:480px) {
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
}