.site-footer {
    padding: 160px var(--padding-container) 0px;
    color: #8e9492;
    background-color: #f9f9f9;
}

.site-footer ul,
.site-footer ol {
    padding: 0;
    list-style: none;
}

.site-footer h4 {
    font-size: var(--text-xl);
    margin-bottom: 20px;
}

.vc_row.row-footer-navigation {
    margin-bottom: 80px;
}

.vc_row.row-footer-copyright {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: var(--text-xs);
}

.vc_row.row-footer-navigation {
    display: flex;
    flex-flow: row wrap;
}

.vc_row.row-footer-navigation:before,
.vc_row.row-footer-navigation:after {
    display: none;
}

@media all and (min-width: 901px) {

    .vc_row.row-footer-navigation>.wpb_column:first-child,
    .vc_row.row-footer-navigation>.wpb_column:last-child {
        width: 33.333%;
    }

    .vc_row.row-footer-navigation>.wpb_column {
        width: 16.667%;
    }
}


/* <= TABLET */
@media all and (max-width: 900px) {
    .vc_row.row-footer-navigation>.wpb_column:not(:last-child) {
        margin-bottom: 40px;
    }

    .site-footer {
        padding-top: 80px;
    }

    .vc_row.row-footer-navigation>.wpb_column:nth-child(2),
    .vc_row.row-footer-navigation>.wpb_column:nth-child(3) {
        width: 50%;
    }
    
    .vc_row.row-footer-navigation {
        margin-bottom: 40px;
    }
}