To make 2 responsive columns that are equal in width, copy and paste the code below.
<div class="row">
<div class="col-md-6">
<div>text here</div>
</div>
<div class="col-md-6">
<div>text here</div>
</div>
</div>
Example
text here
text here