
.box2MobileSwap-partner{
    display: flex;
    flex-direction: row;
}
.box3Swap-partner{
    display: flex;
    flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 900px) {
}

@media screen and (max-width: 767px) {
    .box2MobileSwap-partner{
        flex-direction: column-reverse;
    }
    .box3Swap-partner{
        display: flex;
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 440px) {

}
@media screen and (max-width: 350px) {

}