
@media screen and (max-width: 605px){
    .swap nav ul{
        flex-direction: column !important;
    }
    .swap nav ul li ul{
        flex-direction: row !important;
    }
}
@media screen and (max-width: 500px){
    #wallets > ul > li{
        flex-direction: column-reverse;
        text-align: center;
    }
    .disc{
        flex-direction: column-reverse;
    }
}

