We don’t really have a module that does those out of the box. What you can do though, is you can create 2 rows for that specific section. Style the first one for desktop view, and the other for mobile view. Then set the first one to show only on Large and Medium devices, the second one to show only on Small devices. This can be set under the Advanced tab for each row.
Or you can do it via custom CSS. We can reverse their order on mobile view. Simply add an extra class to the row/column you want this to apply. In the code below, the class added is reverse-order-mobile.