.editor-authors-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.editor-author {
    display: flex;
    align-items: center;
    gap: 18px;
}

.editor-author__image img {
    min-width: 75px;
    min-height: 75px;
    object-fit: contain;
    max-height: 75px;
    min-height: 75px;
}

.editor-author__info p {
    margin-bottom: 0 !important;
}

.editor-author__info p.author_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 124.18%;
}

.editor-author__info p.author_desc {
    font-size: 14px;
    line-height: 124.18%;
}

.more_about_author {
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 107.68%;
    color: var(--wp--preset--color--primary-color);
}

@media (min-width:992px) {
    .more_about_author {
        font-size: 16px;
    }
    .editor-authors-block {
        margin-bottom: 35px;
    }
}