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