<!-- Demarrer section -->
<div class="container mt-5 my-md-5 ps-5 pe-md-0 bg-primary bg-success rounded rounded-5 text-light" id="section-demarrer"
data-aos="fade-up"
data-aos-offset="300">
<div class="row">
<div class="col-12 col-md-6 py-5">
<p class="text-light fs-tiny fw-light">
Prêt à commencer ?
</p>
<h1>
Démarrer votre projet
</h1>
<p class="text-left">
Embarquons pour un voyage vers l'excellence numérique. Contactez-moi pour discuter de la façon dont nous pouvons travailler ensemble.
</p>
<button class="btn bg-white text-primary fw-semibold fs-tiny my-4 px-4">
Commencer ici
</button>
</div>
<div class="d-none d-md-block col-md-6 pe-0">
<img src="{{ asset('build/img/demarrer.png') }}" width="73%" class=" float-end" alt="Démarrer votre projet" style="border-radius: 0 0 25px 0">
</div>
</div>
</div>
<!-- End of Demarrer section -->