Find closest multiple of $13$ to $33$. We see that $2 \times 13 = 26$ is the nearest. Now subtract $26$ from $33$ to get reminder $7$. Add $2$ to quotient.
Find closest multiple of $13$ to $76$. We see that $5 \times 13 = 65$ is the nearest. Now subtract $65$ from $76$ to get reminder $11$. Add $5$ to quotient.
Since $11$ is less than $13$, stop the division. The reminder is $11$. The topmost line $025$ is the quotient. Remove all zeros at the start of the quotient to get the actual quotient $25$.