@media only screen and (min-width: 768px) and (max-width: 1024px) {
    footer {
        .qodef-footer-top {
            .qodef-four-columns .qodef-column {
                width: 47%;
                float: none;
                vertical-align: top;
                display: inline-block;
                padding: 0 10px;
            }
        }
    }
}