.widget .img-info-aut {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.widget .img-autore img {
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.widget p.nome-autore-box {
    margin: 0;
    font-size: 14px;
    font-style: italic;
}
.widget p.titolo-autore {
    font-size: 14px;
    margin: 0;
    font-style: italic;
    color: #486581;
}
.widget p.info-autore {
    margin: 0;
    font-size: 14px;
}
