With below shortcodes you can create regions that will:
1) Appear only in mobile devices and will be hidden in large screens (laptop / desktop).
2) Appear only in large screens (laptop / desktop) and will be hidden in mobile devices.
Show only in Large Screen devices (laptop / desktop) and hide in Mobile
<div class="view-in-desktop">
-- your content for large screen here --
</div>
Show only in Mobile and hide in Large Screen devices (laptop / desktop)
<div class="view-in-mobile">
-- your content for mobile devices --
</div>