Problem:
Display last 2 article in Archive Page - last 2 items are missing.
Solution:
The issue was you set your pagination to display 10 results per page but actually you are using 3 column grid so to fill the gap I set the pagination to use 12 posts per page and now its displays the expected results.