Sort the array below to ascending order using quick sort. Please use the first element in each array/sub-array as the pivot and highlight all the pivots. Note: do not write any code, but you do need to show each step in the sorting process.
[25 12 4 28 41 15 13 36 2]