I made a PHP site where most of the content comes from the database. In one of the pages, the content is going beyond the boundaries of the div and overlapping other content.
I have already looked at the CSS and the borders are ok.
This is the code that is inside a col-6
<h4>Potências</h4>
<p><?php echo $potencia; ?></p>