ACF Pro Accessing fields on a Custom Post Type

Try this code

<?php  $image = get_field('team_members_page_image', 'option');  ?>
<div class="post-hero-image archive-header" style="background-image: url('<?php echo $image ?>')">