Find closest multiple of $40$ to $53$. We see that $1 \times 40 = 40$ is the nearest. Now subtract $40$ from $53$ to get reminder $13$. Add $1$ to quotient.
Since $13$ is less than $40$, stop the division. The reminder is $13$. The topmost line $01$ is the quotient. Remove all zeros at the start of the quotient to get the actual quotient $1$.