.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.author_imag img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover;
    margin-bottom: 0;
}

.name_author_out {
    display: flex;
		margin: 5px 0;
}
.name_author_out span.lbl {
    margin-right: 5px;
}
.name_author_out p {
    margin: 0 2px;
}