@media screen and (max-width: 991px) {
    /* footer */
    #prefoot {
        padding: 6.25rem 3.125rem 4.25rem !important
    }
    
    #prefoot #row11 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    
    #prefoot .columnz2 {
        padding: 0 0 2rem;
        width: 100%;
    }
    
    #prefoot .columnz2 a {
        line-height: 2.5em;
    }
    
    #prefoot #col77 a {
        padding-left: 0 !important;
        padding-right: 1.25rem !important;
    }
    
    #fooooot {
        padding: 6.875rem 3.125rem 8.25rem !important;
    }
}

@media screen and (max-width: 767px) {
    /* footer */
    #fooooot {
        display: block !important;
    }
    
    #fooooot > * {
        width: 100% !important;
        padding: 1.25rem 0 !important;
        text-align: left !important;
    }
}

@media screen and (max-width: 480px) {
    
}