Styling the partner section
For the PARTNERS section, we set the HTML to something such as this:
<!-- PARTNERS SECTION -->
<div class="partners position-relative py-5">
<div class="container py-5">
<h3 class="display-3 custom-font-title text-white text-center">PARTNERS</h3>
<div class="row d-flex justify-content-center py-5">
<div class="my-auto text-center px-3">
<img class="pb-2" src="img/partner1.png" alt="Partners Racing Club">
<p class="font-weight-normal text-white">Advan Neova Cup</p>
</div>
<div class="my-auto text-center px-3">
<img class="pb-2" src="img/partner2.png" alt="Partners Racing Club">
<p class="font-weight-normal text-white">JDM Style Tuning</p>
</div>
</div>
<div class="row d-flex align-items-center pb-5">
<div class="mx...