Pagination on search results page

From your job-search.php replace 'posts_per_page' => 10, to 'posts_per_page' => 3,

and Simply add this following code in your search page, i mean where you are searching the posts.

the_posts_pagination( array( 'mid_size'  => 2 ) );

tech