<?php if (have_rows("katalog")) : ?>
<?php while (have_rows("katalog")) : the_row(); ?>
<div class="item" data-aos="fade-up" data-aos-duration="2500">
<div class="title"><?php the_sub_field("title"); ?></div>
<?php endwhile; ?>
<?php endif; ?>
<div class="item" data-aos="fade-up" data-aos-duration="2500">
<?php if (have_rows("katalog")) : ?>
<?php while (have_rows("katalog")) : the_row(); ?>
<div class="item" data-aos="fade-up" data-aos-duration="2500">
<div class="title"><?php the_sub_field("title"); ?></div>
</div>
<?php endwhile; ?>
<?php endif; ?>