2021-04-09 21:35:22 +05:00

13 lines
564 B
PHP

<div class="cert-text container">
<h3 class="cert-text__header">Ищете подарок, который запомнится надолго?</h3>
<div class="row justify-content-center">
<div class="cert-text__img col-lg-5 col-12">
<img src="<?php echo the_field('cert_card_image', 35)?>" alt="certificate">
</div>
<div class="cert-text__block col-lg-7 col-12">
<?php echo the_field('cert_card_text', 35)?>
<button class="btn btn-danger btn-round">Заказать сертификат</button>
</div>
</div>
</div>