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

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

}

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

}

@media screen and (max-width: 991px){
    #footer * {
        text-align: center;
        justify-content: center;
    }
}

@media screen and (max-width: 768px){
    * {
        text-align: center;
        justify-content: center;
    }
    .menu-footer-1{
        font-size: 1.5rem;
    }
}

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

}

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

}

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

}