.image{
    display: flex;
    align-items: center;
}
.image{
    display: flex;
    flex-direction: column;
}
.image-text .name {
    margin-top: 2px;
    font-size: 18px;
    font-weight: 600;
}

.image-text .profession{
    font-size: 16px;
    margin-top: -2px;
    display: block;
}

.image{
    display: flex;
    align-items: center;
    justify-content: center;
}

.image img{
    width: 40px;
    border-radius: 6px;
}