Info box 08

What Can We Help You Find?

Buy a new home

Buy a new home

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor

Sell a home

Sell a home

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor

Rent a home

Rent a home

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor

<div class="py-10">
    <div class="container">
        <h2 class="text-dark text-center lh-1625">
            What Can We Help You Find?</h2>
        <span class="heading-divider mx-auto"></span>
        <div class="row info-box-4 mt-7">
            <div class="col-lg-4 mb-6 mb-lg-0">
                <div class="card border-0 bg-transparent shadow-xs-2 shadow-hover-lg-1 pl-8 pr-6 py-5">
                    <div class="card-img-top d-flex align-items-end justify-content-center">
                        <img src="../../../images/group-16.png"
                             alt="Buy a new home">
                    </div>
                    <div class="card-body px-0 pt-6 pb-0">
                        <a href="../../../single-property-1.html"
                           class="text-decoration-none d-flex align-items-center justify-content-center"><h4
                                class="card-title fs-20 lh-1625 text-dark mb-1">Buy a new home</h4>
                            <span class="d-none d-sm-flex align-items-center ml-2 text-primary fs-42 lh-1"><svg
                                    class="icon icon-long-arrow"><use
                                    xlink:href="#icon-long-arrow"></use></svg></span>
                        </a>
                        <p class="card-text text-center">
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
                        </p>
                    </div>
                </div>
            </div>
            <div class="col-lg-4 mb-6 mb-lg-0">
                <div class="card border-0 bg-transparent shadow-xs-2 shadow-hover-lg-1 pl-8 pr-6 py-5">
                    <div class="card-img-top d-flex align-items-end justify-content-center">
                        <img src="../../../images/group-17.png"
                             alt="Sell a home">
                    </div>
                    <div class="card-body px-0 pt-6 pb-0">
                        <a href="../../../dashboard-add-new-property.html"
                           class="text-decoration-none d-flex align-items-center justify-content-center"><h4
                                class="card-title fs-20 lh-1625 text-dark mb-1">Sell a home</h4>
                            <span class="d-none d-sm-flex align-items-center ml-2 text-primary fs-42 lh-1"><svg
                                    class="icon icon-long-arrow"><use
                                    xlink:href="#icon-long-arrow"></use></svg></span>
                        </a>
                        <p class="card-text text-center">
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
                        </p>
                    </div>
                </div>
            </div>
            <div class="col-lg-4 mb-6 mb-lg-0">
                <div class="card border-0 bg-transparent shadow-xs-2 shadow-hover-lg-1 pl-8 pr-6 py-5">
                    <div class="card-img-top d-flex align-items-end justify-content-center">
                        <img src="../../../images/group-21.png"
                             alt="Rent a home">
                    </div>
                    <div class="card-body px-0 pt-6 pb-0">
                        <a href="../../../dashboard-add-new-property.html"
                           class="text-decoration-none d-flex align-items-center justify-content-center"><h4
                                class="card-title fs-20 lh-1625 text-dark mb-1">Rent a home</h4>
                            <span class="d-none d-sm-flex align-items-center ml-2 text-primary fs-42 lh-1"><svg
                                    class="icon icon-long-arrow"><use
                                    xlink:href="#icon-long-arrow"></use></svg></span>
                        </a>
                        <p class="card-text text-center">
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
                        </p>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>