

.contact-card {
    background: var(--color-gris);
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 24px;
    margin-top: 20px;
}

.contact-card h1 {
    margin-top: 0;
    margin-bottom: 16px;
}

.contact-card p {
    line-height: 1.6;
    color: #444;
}

.contact-email {
    display: inline-block;
    margin-top: 12px;
    font-weight: 700;
    text-decoration: none;
}

.support-box {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

