/* Estilo automático para a página: horarios-de-pericia-medica */
main {
    margin-top: 190px;
}

section.atividades {
    background-color: #F5F5F5;
    padding: 65px 0;

    .section-title {
        margin-bottom: 40px;
    }

    h2.title {
        border: none;
    }

    .swiper {
        padding: 20px;
    }

    .card-atividade {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
        gap: 10px;
        background-color: #FFFFFF;
        border: 1px solid #E3E3E3;
        border-radius: 10px;
        box-shadow: 5px 5px 8px 0px #2C2C2C26;

        h3 {
            color: #5a5a5a;
            font-weight: 500;
            font-size: 18px;
            line-height: 100%;
        }

        p {
            color: #5a5a5a;
            font-size: 16px;
        }
    }
}

section.sobre {
    font-weight: 400;
    line-height: 100%;
    color: #5A5A5A;

    h2 {
        margin: 0;
        padding-left: 15px;
        border-left: 5px solid #E54344;
        font-size: 32px;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
        line-height: 160%;
    }
}