I have integrated Bootstrap 4 into my application and am utilizing the card system as shown below.
<div class="card-body text-success">
</div>
Now, I want to divide the above card into 3 columns and two rows with equal height and width. How can I achieve this?