/* ==========================
   CONTACTE
========================== */

.contact-header{

    text-align:center;

    max-width:700px;

    margin:0 auto 5rem;

}

.contact-box{

    max-width:700px;

    margin:auto;

    padding:3rem;

    background:white;

    border-radius:24px;

    border:1px solid var(--color-border);

    box-shadow:0 20px 50px rgba(0,0,0,.06);

}

.contact-item{

    margin-bottom:2rem;

}

.contact-item h3{

    margin-bottom:.5rem;

}

.contact-item p{

    color:var(--color-secondary);

}

.contact-box .btn{

    margin-top:1rem;

}