{% extends 'base_en.html.twig' %}
{% block title %}
Professional Loan Broker for Contractors
{% endblock %}
{% block body %}
<!--==========================
About Us Section
============================-->
<section id="about">
<div class="container">
<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> BUSINESS LOANS</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-9">
{# <div class="about-content">#}
{# <h2>#}
{# Intermédiaire auprès des banques pour les entrepreneurs en#}
{# recherche de financement.#}
{# </h2>#}
{# </div>#}
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-9">
<div class="about-content">
{# <h3>Courtiers en prêts professionnels</h3>#}
<p>
<b>Professional loans </b> are specific credits intended for entrepreneurs,
to finance their creation project, development, or their need for working capital.
<br> <br>
<b>BSCM Courtiers associés</b>
accompanies you :
</p>
<h4>- By providing you with expertise on the entire set-up of the dossier : <br>
Structuring and financial valuation, writing the business plan,
profitability study, etc
</h4>
<h4>- By clearly informing you about the different loan options and
the most suitable options for your project, regardless of any banking bias.
</h4>
<br>
<p><b>BSCM Courtiers associés</b> is the guarantee :</p>
<h4>
- A professional record in line with <b>banks'</b> expectations in terms of quality and time.
</h4>
<h4>
- A qualified and dynamic team (financial analysts and engineers, fund managers, etc.)
</h4>
<h4>
- A network of local and international financial partners.
</h4>
<h4>
- Professional and recognized support when negotiating
and presenting your file to the <b>bank</b>.
</h4>
</div>
</div>
</div>
</div>
</div>
</section><!-- #about -->
<!--==========================
Clients Section
============================-->
<section id="clients" class="section-bg">
{{ include('views/partials/en/_partenaires_bancaire.html.twig') }}
</section>
<!--event calender end -->
{% endblock %}