JDP B2B

<?php if ( get_field('headline') ) : ?>
    <h1 class="page-custom-headline">
        <?php the_field('headline'); ?>
    </h1>
<?php endif; ?>