Originally, my code featured an image positioned on the right-hand side before I separated each H1 element into separate sections. Click here to see a picture of the page before the edit
After separating the elements into divs, the image now sits on the top left of the screen. See the updated page with the revised code here
The titles have been changed from construction items to sports teams, and small pictures have been added. Additionally, Bootstrap 4 is being utilized.
ORIGINAL CODE
<section class="container-fluid px-0">
<div id="HeadingGroup" class="row align-items-center">
...
</div>
</section>
NEW CODE
<section class="container-fluid px-0">
<div id="HeadingGroup" class="row align-items-center">
...
</div>
...
</section>