/* Taille cohérente pour toutes les images */
.page-about .img-fluid {
    width: 100%;
    max-height: 300px; /* Hauteur maximale fixe pour toutes les images */
    object-fit: cover;
}

.page-about .about-image {
    margin-top: auto;
    width: 100%;
    max-height: 400px;
}

.page-about p {
    text-align: justify;
}

/* Augmente la marge en dessous du premier paragraphe */
.page-about .lead {
    margin-bottom: 2rem;
}

/* Ajoute de l'espace après les images */
.page-about .img-fluid {
    margin-bottom: 1.5rem;
}

/* Ajoute de l'espace après les titres */
.page-about h2 {
    margin-bottom: 1.5rem;
}