I am attempting to incorporate a wave graphic at the bottom of my Bootstrap card, but unfortunately it is not displaying correctly.
Here is an example image of what I am aiming for:
https://i.sstatic.net/65lzn.png
Below is the current code that I am using:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="0a6865657e797e786b7a4a3e243c2438">[email protected]</a>/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<div class="container">
<div class="card" style="background: #f0f6ff">
<div class="card-body">
<div class="box">
<div class="row">
<div class="col-lg-6 align-self-center">
<div class="heading-title-2 text-left">
<p>Title Here</p>
<h3 class="iq-tw-6">Lorem Ipsum is simply dummy text of the </h3>
<p class="">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,</p>
</div>
</div>
<div class="col-lg-6 align-self-center r-mt-40">
</div>
</div>
</div>
</div>
</div>
</div>