.col-3.contact-site-info-item.contact-site-email.relative {
    display: none !important;
}
.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
}

@media only screen and (max-width: 1024px) {
    footer .column-element .column-label {
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 480px) {
    footer .column-element .column-label {
        font-size: 25px !important;
    }
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
}