<div class="aligns-items-center">
<div class="row " style="justify-content: center;">
<div class="col-lg-6 dark" data-animate="bounceInDown">
<div class="heading-block border-bottom-0">
<h5 class="nott text-center mt-5" style="border-radius:5px;">
<? // some text ?>
</h5>
<div class="content-gap"></div>
<h4 class="nott text-center py-2" style="color: #FFde59;border-radius:5px;">
<? // some text ?>
</h4>
</div>
<!--
[Start Free Trial](#)-->
</div>
</div>
</div>
In the above code, I apply 'data-animate="bounceInDown" ' on a div. How can I give a delay to the Div?
