Find closest multiple of $10$ to $25$. We see that $2 \times 10 = 20$ is the nearest. Now subtract $20$ from $25$ to get reminder $5$. Add $2$ to quotient.
Since $5$ is less than $10$, stop the division. The reminder is $5$. The topmost line $02$ is the quotient. Remove all zeros at the start of the quotient to get the actual quotient $2$.