Having trouble aligning my list content to the left. Any suggestions are welcome! Here is a snippet of the code:
<div class="col-md-4 mb-1">
<i class="fas fa-hiking fa-4x"></i>
<h4 class="my-4" font-weight-bold>What to bring</h4>
<p>
<ul style="list-style-type:none;">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
</p>
</div>