@ There is no such option or custom css that would give you this adjustment that you are trying to make. You will have to edit the theme file directly for this. Search for this file attitude_widgets.php file inside the theme folder. Look for this line
<div class="testimonial-post"><?php echo esc_textarea( $text ); ?></div>
and replace with
<div class="testimonial-post"><?php echo $text; ?></div>
Also, make a child theme to make this change so that you won’t loose this change when you update the theme.