In the Mobile view, is it possible to force a column to the top?
For example, can we force:
<div class="col-md-3">
<img src="img/icons/fsc-logo.svg" alt="savings" />
</div>
to appear before the column:
<p class="text-color-dark mb-4">SOLUT! is at the forefront of reducing greenhouse gas emissions. Corrugated paperboard produces 85% less CO2 than PET plastic, making our packaging choices not only eco-friendly but also energy-efficient. Nearly 60% of the energy used in the US paper industry comes from renewable biofuels, further underscoring our commitment to a greener planet.</p>
</div>
when the page is in a mobile view?
Thanks