I can’t figure out why on my last bottom row that the logo is offset, almost out of the container. Can you tell me what I did wrong please? The page is live here
the bottom logo that says Lucky Eagle
<div class="row mb-3">
<div class="col-6 col-sm-4 col-md-3 col-lg-2">
<img class="img-fluid float-right" alt="Lucky Eagle" src="references/logos/lucky-eagle.jpg">
</div>
<div class="col-6 col-sm-4 col-md-3 col-lg-2">
</div>
<div class="col-6 col-sm-4 col-md-3 col-lg-2">
</div>
<div class="col-6 col-sm-4 col-md-3 col-lg-2">
</div>
<div class="col-6 col-sm-4 col-md-3 col-lg-2">
</div>
<div class="col-6 col-sm-4 col-md-3 col-lg-2">
</div>
</div>
<div class="clearfix visible-sm"></div>