.footer_nav ul {
    display: flex;
    font-size: 16px;
    justify-content: center;
    list-style-type: none;
    margin-top: 10px;
}

@media(max-width:1200px) {
    .footer_nav ul {
        display: flex;
        font-size: 12px;
        justify-content: center;
        list-style-type: none;
    }
}

@media(max-width:1000px) {
    .footer_nav ul {
        display: flex;
        font-size: 12px;
        justify-content: center;
        list-style-type: none;
    }
}

@media(max-width:770px) {
    .footer_nav ul {
        display: flex;
        font-size: 12px;
        justify-content: center;
        list-style-type: none;
    }
}

@media(max-width:568px) {
    .footer_nav ul {
        display: flex;
        font-size: 11px;
        justify-content: center;
        list-style-type: none;
    }
}

@media(max-width:560px) {
    .footer_nav ul {
        display: flex;
        font-size: 10px;
        justify-content: center;
        list-style-type: none;
    }
}

@media(max-width:482px) {
    .footer_nav ul {
        display: flex;
        font-size: 9px;
        justify-content: center;
        list-style-type: none;
    }
}

@media(max-width:451px) {
    .footer_nav ul {
        display: flex;
        font-size: 8px;
        font-weight: 600;
        justify-content: center;
        list-style-type: none;
    }
}

@media(max-width:415px) {
    .footer_nav ul {
        display: flex;
        font-size: 7px;
        justify-content: center;
        list-style-type: none;
    }
}

@media(max-width:378px) {
    .footer_nav ul {
        display: flex;
        font-size: 6px;
        justify-content: center;
        list-style-type: none;
    }
}

@media(max-width:355px) {
    .footer_nav ul {
        display: flex;
        font-size: 6px;
        justify-content: center;
        list-style-type: none;
    }
}

@media(max-width:353px) {
    .footer_nav ul {
        display: flex;
        font-size: 5px;
        justify-content: center;
        list-style-type: none;
        padding:0px;
    }
}

.footer_nav ul li {
    color: #f3f4f7
}

.footer_nav a {
    text-decoration: none;
}

.footer_nav ul li::after {
    content: "|";
    margin: 5px;
}

.footer_nav_content {
    color: white;
    text-align: center;
}