<div className={st_about.road_card} style={{ --index: 0}}>div text </div>
<?php
the_posts_pagination( array(
'paged' => get_query_var('paged'),
'post_type' => 'blog',
'posts_per_page' => 6,
));
?>
<?php get_template_part( '../function-parts/form-contacts' ) ;?>