@media screen and (width < 1200px) {
    .mobile-hide {
       display: none!important;
    }
}

@media screen and (width < 1600px) {
    .1600-hide {
       display: none!important;
    }
}

@media screen and (width >= 1200px) {
    .flex-order-desktop > .tn-molecule {
        flex-direction: row-reverse!important;
    }
}