. . .
<div class="row row-content">
<div class="col-sm-9">
<h2>Facts & Figures</h2>
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr class="bg-primary text-light">
<th></th>
<th>2016</th>
<th>2017</th>
<th>2018</th>
</tr>
</thead>
<tbody class="table-primary">
<tr>
<th>Staff Wilderness Experts</th>
<td>10</td>
<td>20</td>
<td>40</td>
</tr>
<tr>
<th>New Campers</th>
<td>256</td>
<td>1,280</td>
<td>5,360</td>
</tr>
<tr>
<th>Square Miles Covered</th>
<td>101,325</td>
<td>423,000</td>
<td>~3,000,000,000</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
. . .