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

<template id="s_image_text" name="Image - Text">
    <section class="s_text_image pt80 pb80">
        <div class="container">
            <div class="row align-items-center">
                <div class="col-lg-6 pt16 pb16">
                    <img src="/web/image/website.s_image_text_default_image" class="img img-fluid mx-auto rounded" alt=""/>
                </div>
                <div class="col-lg-5 offset-lg-1 pt16 pb16">
                    <h2 class="h3-fs">Discover New <strong>Opportunities</strong></h2>
                    <p>Write one or two paragraphs describing your product or services. To be successful your content needs to be useful to your readers.</p>
                    <p>Start with the customer – find out what they want and give it to them.</p>
                    <p><a href="#" class="btn btn-secondary o_translate_inline">Learn more</a></p>
                </div>
            </div>
        </div>
    </section>
</template>

</odoo>
