<?php echo substr($description, 0, 350) ?>
//combined limiting text to 350 + strip the HTML <?php echo substr(strip_tags($description),0,350); ?>