I'm struggling to figure this out, but I need the following image:
https://i.sstatic.net/F1bIc.png
The issue is that the text on the left ("100% digital application process") needs to be within a container to match the margins and padding of the site.
Here's what I have so far:
<div class="container-fluid bg-primary" style="padding-left: 0;">
<div class="row" style="padding-left: 0;">
<div class="col-lg-7 how-it-works-background" style="padding-top: 145px; padding-bottom: 125px;">
<div class="container">
<div class="row">
<div class="col-lg-12" style="vertical-align: middle; margin:auto;">
<h2 class="font-white">100% digital</h2>
<h2 class="font-white">application process</h2>
<div style="padding-top: 28px;">
<button class="btn btn-moola-white btn-4c">HOW IT WORKS</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-5" style="vertical-align: middle; margin:auto; padding-left: 10%; padding-right: 10%;">
<h4 class="font-white">same day cash transfer</h4>
Apply before Xpm weekdays to get your loan approved on the same day.
<br>
<br>
<h4 class="font-white">automatic repayments</h4>
Never miss a payment with automatic repayments on your payday-weekly, fortnightly or monthly.
<br>
<br>
<h4 class="font-white">no penalty for early repayment</h4>
If you pay your loan off ahead of schedule, great! We don't charge fees for this.
</div>
</div>
</div>
If you have any questions, feel free to ask. Thanks for your help.