@media screen and (max-width: 1050px) {
    .footer-logo {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .footer-bar {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .footer-genral {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center;
    }
    .footer-token {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center;
        padding-top: 40px;
    }
    .footer-contact {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center;
        padding-top: 40px;
    }
    .footer-socials {
        height: auto;
        width: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        align-content: center;
        text-align: center;
        margin-top: 14px;
    }
}