.img-profissional {
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
    width: auto;
    height: auto;
    padding: 0px;
    margin: 15px 12px 12px 12px;
}
.row-nome-profissional {
    padding-top: 15px;
    width: calc(100% - 80px);
}
.nome-profissional {
    font-weight: 600;
    color: #0000f7;
}
.especialidade-profissional {
    font-size: 14px;
    font-weight: 300;
}
.profissional-endereco {
    width: calc(100% - 40px);
}
.label-info-agendamento {
    font-weight: 300;
    font-size: 0.9em;
}
.fas {
    color: #0000f7;
    min-width: 15px;
}