sorry for the post as i have solved it by myself rght now using text plugin. i am sharing the code, if any one needs:
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
actually i copied it from bootstrap4 website and it worked. now i need to tune it. besides before doing that i have selected the column size according to the screen requirement.