Two <div> are located sequentially. By default, because these are sectional elements, they occupy a maximal width (width: auto).
<div class="first"> ... </div> <div class="second"> ... </div>