I have a card like component in my HTML that has text inside it. My problem is that when I resize the page, the card will get smaller but the text will overflow. I'm currently using Bootstrap 5 and it's h4 class like so:
<div class="card bg-white">
<div class="align-items-center d-flex justify-content-center my-3">
<h1 class="text-primary bold">INFORMACIÓN</h1>
</div>
</div>
Here is a picture before the resize:
And here another after the resize, my actual problem: