File: /var/www/vhosts/greenclinic.kz/newsite/wp-content/themes/green-clinic/blocks/photo_circle_info.php
<?php
$img = get_sub_field('img');
$text = get_sub_field('text');
?>
<div class="container">
<div class="row">
<div class="pci_photo"><div class="pci_photo_wrp"><img src="<?php echo $img["url"]; ?>" alt="<?php echo esc_html($img["alt"]); ?>" title="<?php echo esc_html($img["title"]); ?>"></div></div>
<div class="pci_content"><div class="pci_content_wrp"><?php echo $text; ?></div></div>
</div>
</div>