<?php
// template name: where buy
get_header();
$lang = pll_current_language();
?>
<section class="map-page-title-section">
<div class="container animation">
<h1 class="title title-1 mobile-1">
<?php echo do_shortcode(get_field('title'))?>
</h1>
</div>
</section>
<?php
get_footer();
?>