We will change the order of blocks. Now in the code div.second is located higher than div.first.
After by sight blocks are located at one level. One block floats on the right. The desired effect is attained.
<div class="second">
...
</div>
<div class="first">
...
</div>