Grid
This design kit is using the original Bootstrap grid system.
Read the official documentation to get detailed information about it.
Example
<div class="container">
<div class="row">
<div class="col-xs-3"></div>
<div class="col-xs-9"></div>
</div>
</div>