<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="s_cards_grid" name="Cards Grid">
    <section class="s_cards_grid o_colored_level o_cc o_cc2 pt64 pb64">
        <div class="container">
            <h2 class="h3-fs">Features that set us apart</h2>
            <div class="row">
                <div data-name="Card" class="col-lg-6">
                    <div class="s_card o_card_img_horizontal o_cc o_cc1 card flex-lg-row" data-vxml="001" data-snippet="s_card" data-name="Card" style="--card-img-size-h: 25%;">
                        <figure class="o_card_img_wrapper ratio ratio-1x1 mb-0">
                            <img class="o_card_img rounded-start" src="/web/image/website.s_key_images_default_image_1" alt=""/>
                        </figure>
                        <div class="card-body">
                            <h3 class="card-title h5-fs">Quality and Excellence</h3>
                            <p class="card-text">We provide personalized solutions to meet your unique needs. Our team works with you to ensure optimal results from start to finish.</p>
                        </div>
                    </div>
                </div>
                <div data-name="Card" class="col-lg-6">
                    <div class="s_card o_card_img_horizontal o_cc o_cc1 card flex-lg-row" data-vxml="001" data-snippet="s_card" data-name="Card" style="--card-img-size-h: 25%;">
                        <figure class="o_card_img_wrapper ratio ratio-1x1 mb-0">
                            <img class="o_card_img rounded-start" src="/web/image/website.s_key_images_default_image_2" alt=""/>
                        </figure>
                        <div class="card-body">
                            <h3 class="card-title h5-fs">Expertise and Knowledge</h3>
                            <p class="card-text">Customer satisfaction is our priority. Our support team is always ready to assist, ensuring you have a smooth and successful experience.</p>
                        </div>
                    </div>
                </div>
                <div data-name="Card" class="col-lg-6">
                    <div class="s_card o_card_img_horizontal o_cc o_cc1 card flex-lg-row" data-vxml="001" data-snippet="s_card" data-name="Card" style="--card-img-size-h: 25%;">
                        <figure class="o_card_img_wrapper ratio ratio-1x1 mb-0">
                            <img class="o_card_img rounded-start" src="/web/image/website.s_key_images_default_image_3" alt=""/>
                        </figure>
                        <div class="card-body">
                            <h3 class="card-title h5-fs">Eco-Friendly Solutions</h3>
                            <p class="card-text">We offer cutting-edge products and services to tackle modern challenges. Leveraging the latest technology, we help you achieve your goals.</p>
                        </div>
                    </div>
                </div>
                <div data-name="Card" class="col-lg-6">
                    <div class="s_card o_card_img_horizontal o_cc o_cc1 card flex-lg-row" data-vxml="001" data-snippet="s_card" data-name="Card" style="--card-img-size-h: 25%;">
                        <figure class="o_card_img_wrapper ratio ratio-1x1 mb-0">
                            <img class="o_card_img rounded-start" src="/web/image/website.s_key_images_default_image_4" alt=""/>
                        </figure>
                        <div class="card-body">
                            <h3 class="card-title h5-fs">Tailored Solutions</h3>
                            <p class="card-text">With extensive experience and deep industry knowledge, we provide insights and solutions that keep you ahead of the curve.</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
</template>

</odoo>
