/*==============================================================contact=======================================================*/

.contact .container {
    margin: 0 10%;
    text-align: center;
}

@supports (justify-content: space-evenly) {
    .contact .container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
}

.contact .container > div {
    text-align: center;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 20px 0;
}

.contact .container > div h3 {
    font-size: 1.8rem;
}

.contact .container > div img {
    width: 2rem;
    display: block;
    margin: 15px auto;
}

.contact .container > div span, .contact .container > div span a {
    font-size: 1.4rem;
}

.contact .container > div span a {
    text-decoration: underline;
}

.appointment_info {
    padding: 10px;
    text-align: center;
}

.appointment_info em {
    font-size: 1.5rem;
    font-weight: bolder;
}
