I have created a card-like component in my HTML with text inside. My issue is that when I resize the page, the card shrinks but the text overflows. Currently, I am using Bootstrap 5 and its h4 class like this:
<div class="card bg-white">
<div class="align-items-center d-flex justify-content-center my-3">
<h1 class="text-primary bold">INFORMATION</h1>
</div>
</div>
Here is a snapshot before resizing:
https://i.sstatic.net/xd3Nl.png
And here is another one after resizing, showcasing my current problem: