/* 
Order column
*/

@media only screen and (max-width: 991px) {
    .order-mobile-1 {
        order: 1;
    }

    .order-mobile-2 {
        order: 2;
    }
}