Hi
Notice that ones have four lines while others only three. Problem is that characters have different width, so it's quite hard to PHP to know where to trim a text.
If you wantt instead 2 or 3 max. look inside your theme for
osc_highlight( osc_item_description() ,250)
and
osc_highlight( osc_premium_description(), 250 )
and change 250 to a minor value, experiment until you find a good balance.
There's is also a way to limit an element to exactly two lines using CSS, but i would be trickier and text might appear unnaturally cut (no ellipsis and,
see here, use the Zoom of your browser -CTRL+mousewheel- to see how this might fail in some circumnstances)
Regards