I want to 2 columns stacked on desktop but on mobile I want the order switched the other way round.
<div class="row bottom-footer">
<div class="col-lg-6 col-md-6 col-sm-12 order-2 order-sm-12">
<span class="">text</span>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 order-1 order-col-md-6">
<span class="">text</span>
</div>
</div>