/* Desktop */
@media (min-width:1200px){

    .service-right-col{
        order:1;
    }

    .service-left-col{
        order:2;
    }
}


/* Mobile & Tablet */
@media (max-width:1199px){

    .service-right-col{
        order:1;
    }

    .service-left-col{
        order:2;
        margin-top:40px;
    }

}