<div class="text <?php echo isset($class) ? $class : ''; ?>">
<h3 class="title"><?php echo $title; ?></h3>
<?php if( ! empty($description)): ?>
<span class="short-description"><?php echo $description; ?></span>
<?php endif; ?>
<span class="read-more"><?php echo $buttonText; ?></span>
</div>