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

<template id="s_references_social" inherit_id="website.s_references_social">
    <!-- Section -->
    <xpath expr="//section" position="attributes">
        <attribute name="class" add="pt0 pb56 o_cc2" remove="pt64 pb64 o_cc1" separator=" "/>
    </xpath>
    <!-- Remove title, subtitle -->
    <xpath expr="//h2" position="replace"/>
    <xpath expr="//p" position="replace"/>
</template>

</odoo>
