.author-box {
    margin: 20px 0;
}

.author-image img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info {
    margin-left: 15px;
    line-height: 1.3;
}

.author-name {
    /*font-size: 22px;
    color: #666;*/
}

.author-name span {
    /*font-weight: 700;
    color: #4a4a4a;*/
}

.author-position {
    /*font-size: 28px;
    font-weight: 600;
    color: #555;*/
}

.author-date {
    /*font-size: 16px;
    color: #888;
    margin-top: 4px;*/
}