.contact-info {
    text-align: left; /* Aligne le texte à gauche */
}

.icon {
    justify-content: left;
    margin-right: 10px; /* Espace entre l'image et le texte */
    vertical-align: middle; /* Aligne l'image verticalement avec le texte */
}

.box {
    text-align: left;
}

h5 a {
    color: rgb(91, 25, 89);
    text-decoration: none;
    font-weight: bold;
}



