I've been using bootstrap and I'm trying to get the items to align next to each other, but using the bootstrap columns doesn't seem to be working for me. I may be coding it incorrectly.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="99fbf6f6edeaedebf8e9d9adb7afb7a9">[email protected]</a>/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<div class="container">
<div class="row">
<div class="col">
<h6>
We have funded 120,000 charity projects for 20M people globally.
</h6>
<h6>
Clean Water
</h6>
<i class="fas fa-tint"></i>
<p>
633 million people lack access to clean water. Your help enables us to provide clean water for improved health.
</p>
<h6>Healthy Food</h6>
<i class="fas fa-seedling"></i>
<p>
Your support allows us to provide nutritious food to those in need.
</p>
<h6>
Education
</h6>
<i class="fas fa-book"></i>
<p>Donations have helped us build schools, providing children with access to quality education.</p>
</div>
</div>
</div>
https://i.sstatic.net/xjhcd.png
The image above shows how I want the design to appear.
Please assist me with this issue, as it's becoming quite frustrating.