@media screen and (max-width:768px){
    .swap-on-mobile{
        display: flex !important;
        flex-direction: column-reverse;
    }
}