<div class="grid">
<div class="grid-item">a</div>
<div class="grid-item">
<h2>
Now we have two ways of trimming text via CSS: the Ellipsis method for only one-line of text, and the line-clamp property for multi-line text trimming
</h2>
</div>
<div class="grid-item">c</div>
</div>
<div class="test"></div>
<div class="race-tbl">
<h5 class="race-name">
Now we have two ways of trimming text via CSS: the Ellipsis method for only one-line of text, and the line-clamp property for multi-line text trimming
</h5>
</div>