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

<template id="s_key_images" name="Key Images">
    <section class="s_key_images pt72 pb72">
        <div class="container">
            <h2>What we propose to our customers</h2>
            <p class="lead">Dive deeper into our company’s abilities.</p>
            <p><br/></p>
            <div class="row">
                <div class="col-6 col-lg-3">
                    <p class="h1-fs">01</p>
                    <p><img src="/web/image/website.s_key_images_default_image_1" class="img img-fluid rounded" alt="" style="width: 100% !important;"/></p>
                    <p>This is a small title related to the current image</p>
                </div>
                <div class="col-6 col-lg-3">
                    <p class="h1-fs">02</p>
                    <p><img src="/web/image/website.s_key_images_default_image_2" class="img img-fluid rounded" alt="" style="width: 100% !important;"/></p>
                    <p>This is a small title related to the current image</p>
                </div>
                <div class="col-6 col-lg-3">
                    <p class="h1-fs">03</p>
                    <p><img src="/web/image/website.s_key_images_default_image_3" class="img img-fluid rounded" alt="" style="width: 100% !important;"/></p>
                    <p>This is a small title related to the current image</p>
                </div>
                <div class="col-6 col-lg-3">
                    <p class="h1-fs">04</p>
                    <p><img src="/web/image/website.s_key_images_default_image_4" class="img img-fluid rounded" alt="" style="width: 100% !important;"/></p>
                    <p>This is a small title related to the current image</p>
                </div>
            </div>
        </div>
    </section>
</template>

</odoo>
