#sectionWWA svg {
    width: 50px;
}
@media (min-width:500px) {
    #sectionWWA svg {
        width: 30px;
    }   
}

#whoWeAreTitle {
    color: #3e7035;
    font-size: clamp(40px, 3.5vw, 60px);
    font-weight: 700;
}


#statistiques .statistiques {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 15px;
    background: #fff;
}

#statistiques .statistiques svg {
    width: 50px;
    color: #3e7035;
}

#statistiques .statistiques p {
    line-height: 1;
}

#statistiques .statistiques span {
    display: block;
    color: #52565e;
}