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

<template id="s_numbers_list" inherit_id="website.s_numbers_list">
    <!-- Layout -->
    <xpath expr="//section" position="attributes">
        <attribute name="class" add="o_cc3" remove="o_cc1" separator=" "/>
    </xpath>
    <!-- Title -->
    <xpath expr="//h2" position="replace" mode="inner">
        Key milestones in our environmental impact
    </xpath>
    <!-- Paragraph -->
    <xpath expr="//p" position="replace" mode="inner">
        <br/>
        From carbon footprint reduction to renewable energy adoption and biodiversity preservation, our key milestones reflect our commitment to creating a sustainable future for all.
    </xpath>
    <!-- Numbers -->
    <xpath expr="(//p)[2]" position="replace" mode="inner">
        <span class="h2-fs">45%</span><br/>
        Reduction in carbon emissions
    </xpath>
    <xpath expr="(//p)[3]" position="replace" mode="inner">
        <span class="h2-fs">85%</span><br/>
        Waste diversion rate
    </xpath>
    <xpath expr="(//p)[4]" position="replace" mode="inner">
        <span class="h2-fs">60%</span><br/>
        Renewable Energy usage
    </xpath>
    <xpath expr="(//p)[5]" position="replace" mode="inner">
        <span class="h2-fs">2 Million</span><br/>
        Trees Planted
    </xpath>
    <xpath expr="(//p)[6]" position="replace" mode="inner">
        <span class="h2-fs">1.2 Billion</span><br/>
        Liters of water saved
    </xpath>
    <xpath expr="(//p)[7]" position="replace" mode="inner">
        <span class="h2-fs">500,000</span><br/>
        Tons of materials recycled
    </xpath>
</template>

</odoo>
