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

<template id="s_features" name="Features">
    <section class="s_features pt64 pb64">
        <div class="container">
            <h2 class="h3-fs">Everything you need</h2>
            <p class="lead">List and describe the key features of your solution or service.</p>
            <div class="row">
                <div class="col-lg-4">
                    <div class="s_hr pt-4 pb32">
                        <hr class="w-100 mx-auto"/>
                    </div>
                    <i class="s_features_icon fa fa-paper-plane-o mb-3 rounded bg-o-color-3" role="img"/>
                    <div class="overflow-hidden">
                        <h3 class="h5-fs">Reliability</h3>
                        <p>Consistent performance and uptime ensure efficient, reliable service with minimal interruptions and quick response times.</p>
                    </div>
                </div>
                <div class="col-lg-4">
                    <div class="s_hr pt-4 pb32">
                        <hr class="w-100 mx-auto"/>
                    </div>
                    <i class="s_features_icon fa fa-credit-card mb-3 rounded bg-o-color-3" role="img"/>
                    <div class="overflow-hidden">
                        <h3 class="h5-fs">Performance</h3>
                        <p>Speed and efficiency ensure tasks are completed quickly and resources are used optimally, enhancing productivity and satisfaction.</p>
                    </div>
                </div>
                <div class="col-lg-4">
                    <div class="s_hr pt-4 pb32">
                        <hr class="w-100 mx-auto"/>
                    </div>
                    <i class="s_features_icon fa fa-flag-o mb-3 rounded bg-o-color-3" role="img"/>
                    <div class="overflow-hidden">
                        <h3 class="h5-fs">Scalability</h3>
                        <p>Growth capability is a system's ability to scale and adapt, meeting increasing demands and evolving needs for long-term success.</p>
                    </div>
                </div>
            </div>
        </div>
    </section>
</template>

<!-- Assets -->
<asset id="website.s_features_000_scss" name="Features 000 SCSS">
    <bundle>web.assets_frontend</bundle>
    <path>website/static/src/snippets/s_features/000.scss</path>
</asset>

</odoo>
