/* NOSSOS PROFISSIONAIS */
/* FUNDO */
#section_profissionais{
    position: relative;
    background-color: #F8F8FF;
    border-radius: 8px;
    margin-top: 50px;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    height: 30%;
    width: clamp(680px,60vw,1152px);
    /* width: 60%; */
    margin-bottom: 90px;
}
#nossos_profissionais{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
/* TITULO DE NOSSOS PROFISSIONAIS */
#titulo_profissionais{
    position: relative;
    color: #063643;
    width: 500px;
    height: 36px;

    top: 8%;
    left: 8%;


    font-family: "poppins";
    font-weight: 700;
    font-size: 150%;
}
/* DIV COM OS MEDICOS DE NOSSOS PROFISSIONAIS */
.div_medicos {
    margin-top: 5%;
    align-items: center;
}
/* IMAGENS DA DIV COM OS MEDICOS DE NOSSOS PROFISSIONAIS */
.div_medicos img {
    width: 100%;
    height: auto;
}
/* NOME DOS MEDICOS DE NOSSOS PROFISSIONAIS */
.nome_medico{
    font-family: "Inter";
    font-weight: 500;
    font-size: 1.1em;
    display: flex;
    justify-content: center;
    color: #063643;
    text-align: center;
}
/* ESPECIALIDADE DOS MEDICOS DE NOSSOS PROFISSIONAIS */
.especialidade_medico{
    font-family: "Inter";
    font-weight: 400;
    font-size: 0.8em;
    display: flex;
    justify-content: center;
    padding: 5px;
    color: #063643;
    text-align: center;
}