I have two div's on the desktop, it is fine to show first div(#div1) and then second div(#div2), but on mobile, I want to interchange the position of div's, means div2 should be placed before div1.
Here is my HTML code
...Anybody can help me? Code: https://jsfiddle.net/
...