<?php if( have_rows('first-block-advantages-cooperation') ): ?>
<?php while( have_rows('first-block-advantages-cooperation') ): the_row();
$feat_title = get_sub_field('first-block-advantage-cooperation');?>
<p class="coop-time-text"><?php echo $feat_title; ?></p>
<?php endwhile; ?>
<?php endif; ?>