I am facing a particular issue:
The initial design is displayed in Picture 1:
I am using Bootstrap 5 as my CSS framework. I attempted to utilize the pre-built columns feature, but so far, I have not been able to find a solution and am currently struggling.
Picture 2 showcases what I have come up with so far:
Even after trying flexbox, I couldn't find a suitable solution.
<div class="col-lg-6 col-md-1">
<div class="row">
<img src="https://place-hold.it/90" class="col-lg-3 col-md-12 facts-img">
<h3 class="facts-header col-lg-2 col-md-12">
Light
</h3>
<p class="facts-p col-lg-6 col-md-12 facts-text">
The central element in our lives. It evokes emotions, influences our well-being, and replenishes our energy stores. Through light, we perceive different colors. Light creates ambience.
</p>
</div>
</div>