Code for different types of Divs to be used are as follows:
Your content here..
<div class="div-green">
<span class="alert-header">Tip:</span>
<span class="alert-body">Your content here..</span>
</div>
Your content here..
<div class="div-red">
<span class="alert-header">Caution:</span>
<span class="alert-body">Your content here..</span>
</div>
Your content here..
<div class="div-blue">
<span class="alert-header">Note:</span>
<span class="alert-body">Your content here..</span>
</div>
Frequently asked questions and answer will go here...
<div class="div-faq">
<span class="faq-header">FAQ</span>
<span class="faq-body">Your content here..</span>
</div>