<!-- SHAPE -->
<div class="position-relative mt-10">
<div class="shape shape-bottom shape-fluid-x text-warning">
<svg viewBox="0 0 2880 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M720 28H0v28h2880V28h-720S1874 0 1440 0 720 28 720 28z" fill="currentColor"/></svg> </div>
</div>
<section class="pt-10 pt-md-5">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-8 text-center">
<!-- Heading -->
<!-- Text -->
<div class="fs-lg text-muted mb-5 mb-md-5">
{{ aboutUs.description|raw }}
</div>
<h2>
TLDI est spécialisée dans: <span class="text-warning" data-typed='{"strings": ["L’affrètement et organisation des transports", "Fret aérien et maritime", "Négoces internationaux,","Prestations de services logistiques et Télécoms","Téléphonie, achat et vente de tout produit non réglementé", "Import et Export","Intermédiation transfert d’argent"]}'> </span>
</h2>
</div>
</div> <!-- / .row -->
<div class="row">
<div class="col-12">
<!-- Card -->
<div class="card card-row shadow-light-lg mb-6">
<div class="row gx-0">
<div class="col-12 col-md-6">
<!-- Slider -->
<div class="card-img-slider" data-flickity='{"autoPlay": true, "fade": true, "imagesLoaded": true,"cellAlign": "center", "pageDots": false, "prevNextButtons": false, "asNavFor": "#blogSlider", "draggable": false}'>
{% if contentChildren(1) is not null %}
{% for child in contentChildren(1) %}
<a class="card-img-start w-100 bg-cover" style="background-image: url({{ child.image }});background-size:cover" href="#!">
<!-- Image (placeholder) -->
<img src="{{ child.image }}" alt="..." class="img-fluid d-md-none invisible">
</a>
{% endfor %}
{% endif %}
</div>
<!-- Shape -->
<div class="shape shape-end shape-fluid-y text-white d-none d-md-block">
<svg viewBox="0 0 112 690" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M116 0H51v172C76 384 0 517 0 517v173h116V0z" fill="currentColor"/></svg> </div>
</div>
<div class="col-12 col-md-6 position-md-static">
<!-- Slider -->
<div class="position-md-static" data-flickity='{"wrapAround": true, "pageDots": false, "adaptiveHeight": true}' id="blogSlider">
{% if contentChildren(1) is not null %}
{% for child in contentChildren(1) %}
<div class="w-100">
<!-- Body -->
<div class="card-body">
<blockquote class="blockquote text-left mb-0">
<!-- Brand -->
<div class="row justify-content-center mb-5 mb-md-7">
<div class="col-12 col-sm-12 col-md-12 col-lg-12">
<!-- Logo -->
<div class="img-fluid" style="color: #3F5D87;">
{{ child.title }}
</div>
</div>
</div> <!-- / .row -->
<!-- Text -->
<div class="mb-5 mb-md-7">
{{ child.description|raw }}
</div>
<!-- Footer -->
</blockquote>
</div>
</div>
{% endfor %}
{% endif %}
</div>
</div>
</div> <!-- / .row -->
</div>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>