<?php
// Template name: Terms
get_header();
$template_directory = get_template_directory_uri();
$srcset = 'srcset="' . $template_directory . '/assets/images/lazyload.png"';
$solutions_global_texts = get_field('solutions_global_texts', 'option');
?>
<main>
<section class="kyc-policy --rounded-section">
<div class="container">
<?php
get_template_part('templates/breadcrumbs');
?>
<div class="kyc-policy__inner" data-animate-group="list">
<h1 class="title-1 mobile__title-1" data-animate="word"><?php the_title(); ?></h1>
<div class="policy-editor" data-animate="swim-top">
<?php the_content(); ?>
</div>
</div>
</div>
</section>
</main>
<?php
get_footer();
?>