The Bootstrap challenge required us to use Font Awesome and Bootstrap's containers to add icons and make the layout more responsive. Incorporating Bootstrap's containers was easy. The problems came with Font Awesome... Before I begin here is what I was able to do with Font Awesome and containers: Here is the code for this section: < section id = "features" > < br > < br > < div class = "row" > < div class = "col-lg-4" > < i class = "fa-sharp fa-solid fa-circle-check fa-2xl awesome" ></ i > < h3 > Easy to use. </ h3 > < p > So easy to use, even your dog could do it. </ p > </ div > < div class = "col-lg-4" > ...