.footer_logo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5.5rem;
}

.footer_logo li{
    width: 55px;
    height: 50px;
    margin-left: 2rem;
}

.footer_logo li img{
    width: 100%;
    height: 100%;
}

.footer_flex{
    display: flex;  
}

.english_nav{
    display: none;
    color: rgb(163, 122, 53);
}

.english_nav > a{
    color: rgb(163, 122, 53);
}

.english{
    width: 1.5rem;
    text-decoration: none;
    font-weight: 700;
    color: rgb(163, 122, 53);
    padding: 1px 0 0 0;
    margin: auto;
}

@media (max-width: 992px){
    .footer_logo{
        margin-bottom: 2rem;
        margin-right: 1rem;
    }

    .footer_flex{
        flex-direction: column;
    }

    .footer__copy {
        text-align: center;
        margin-bottom: 1rem;
    }

    .footer_logo li{
        width: 50px;
        height: 45px;
        margin-left: 1rem;
    }
    .english_nav{
        display: block;
    }
    .english{
        display: none;
    }  
}