.author-details {
    display: flex;
    align-items: center;
    margin-top: 10px;

    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.author-details .autor-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.autor-content {
    padding-left: 15px;
}
