<div class="quote-block">
<div class="quote-person">
<img src="<?php echo $page->content->quote_block->images->first()->medium_image_url; ?>"/>
</div>
<div class="quote-text">
<quote><?php echo $page->content->quote_block->translation->description; ?></quote>
</div>
</div>