@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;
    }
}
.page-id-22 .pagination {
    margin: 27px 0;
}