{% extends 'base_en.html.twig' %}
{% block title %}
Broker, buyer - seller relationship expert
{% endblock %}
{% block body %}
<!--==========================
About Us Section
============================-->
<section id="about">
<div class="container pt-5">
<div class="col-md-12" id="management">
<div class="row pt-5">
<div class="col-md-12 pt-5">
<div class="text-center first-title">
<h1> PHYSICAL MARKET</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-9">
<div class="about-content">
<p>
The geographical distance between <b>Buyers/Sellers generally</b> causes the existence
of asymmetries of information between the parties.
Our role is <b>to bring people together</b>
</p>
<h4>-By facilitating access to international markets.</h4>
<h4>-By providing marketing tools enabling our <b>clients</b> to enter
into lasting and reliable agreements.</h4>
<h4>-By providing our<b>clients</b> with the expertise and know-how necessary for
the specific execution of each contractual agreement.</h4><br><br>
<h4 style="color: black !important;">The Physical Desk is mobilized to :</h4> <br>
<h4>-Match offers and requests.</h4>
<h4>-Advise and inform on market situation.</h4>
<h4>-Bring positions closer to the parties.</h4>
<h4>-Oversee “perfect execution” of agreements.</h4>
<p>
We manage products exclusively from the African agricultural sectors of Coffee,
Cocoa, Cashew, Coco and Argan.
</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- #about -->
<!--==========================
Clients Section
============================-->
<section id="clients" class="section-bg">
{{ include('views/partials/en/_affiliation.html.twig') }}
</section>
<!--event calender end -->
{% endblock %}