Info Box

Info Box for each object. Include title and description

Icon box 01

Free Shipping
Free Shipping

Free Shipping for orders over £130

<div class="media">
    <img src="../../images/icon-box-01.png" alt="Free Shipping" class="mr-3">
    <div class="media-body">
        <h5 class="fs-20 lh-13 mb-1 font-weight-500">Free Shipping</h5>
        <p class="lh-1625">Free Shipping for orders over £130</p>
    </div>
</div>

Icon box 02

Soft Fabric
Soft Fabric

Get complimentary ground shipping on every order.Don’t love it? Send it back, on us.

<div style="max-width: 330px;">
    <div class="card text-center border-0 align-items-center">
        <div class="w-60px">
            <img src="../../images/icon-box-02.png" alt="Soft Fabric" class="">
        </div>
        <div class="card-body pt-3 pb-0 px-0">
            <h5 class="fs-20 mb-2 font-weight-500 card-title">Soft Fabric</h5>
            <p class="card-title">Get complimentary ground shipping on every order.Don’t love it? Send it back, on us.</p>
        </div>
    </div>
</div>

Icon box 03

Soft Fabric
Soft Fabric

Get complimentary ground shipping on every order.Don’t love it? Send it back, on us.

<div style="max-width: 370px;">
    <div class="media">
        <img src="../../images/icon-box-02.png" alt="Soft Fabric" class="mr-4">
        <div class="media-body">
            <h5 class="fs-20 lh-13 mb-2 font-weight-500">Soft Fabric</h5>
            <p>Get complimentary ground shipping on every order.Don’t love it? Send it back, on us.</p>
        </div>
    </div>
</div>

Icon box 04

Free Shipping
Free Shipping

Get complimentary ground shipping on every order.Don’t love it? Send it back, on us.

<div style="max-width: 370px;">
    <div class="card text-center border-0">
        <div class="card-img mb-3">
            <img src="../../images/icon-box-06.png" alt="Free Shipping">
        </div>

        <div class="card-body p-0 text-center">
            <h5 class="fs-20 lh-13 mb-1 font-weight-500 lh-23">Free Shipping</h5>
            <p class="mb-0">Get complimentary ground shipping on every order.Don’t love it? Send it back, on us.</p>
        </div>
    </div>
</div>