Within these specific divs:
<div class="col-6 col-md-4 col-lg-3 col-xl-2 my-3">
<a href="#" title="Falazóhabarcs" class="main_category d-flex justify-content-between align-items-center radius p-3">
<div>
<i class="fa fa-th-list me-2"></i>Gépi alapvakolat
</div>
<div>
<i class="fa fa-chevron-right"></i>
</div>
</div>
How can I ensure the text is centered properly on smaller screens, like in the image below?
Or should I consider using 3 div elements within the hyperlink and placing the text in the middle one?
In the visual reference provided, the third image is mine, marked with a red X.