Styling the about sectionÂ
This section is pretty straightforward. We'll reuse the same class as previously used. You can observe the following HTML code:
<!-- ABOUT SECTION -->
<div class="about position-relative py-5">
<div class="container">
<div class="row d-flex align-items-center py-5">
<div class="col-md-6 my-auto">
<h1 class="display-1 font-weight-normal custom-font-title text-white">The<br /> Love<br /> of car</h1>
</div>
<div class="col-md-6 my-auto">
<h3 class="font-weight-normal custom-font-title text-white">About us</h3>
<p class="lead font-weight-normal text-white">Circuit Club was founded in 2003 with one goal in mind, to make motorsport accessible through Trackdays. What started out simply as a bunch of mates with a love of cars and driving fast…</p>
<a class="btn btn-primary" href="#"...