/* Styles personnalisés pour Legal Fiducia */

.contact-info-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info-box h3 {
    color: #1a1a1a;
    font-weight: 600;
}

.contact-info-box p {
    line-height: 1.6;
}

.contact-info-box strong {
    color: #f86f2d;
}
