.editor-author {
    display: flex;
    gap: 20px;
}

.editor-author .author_title {
    margin: 0;
    line-height: 1.2;
}

.editor-author__image a.blog_link {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 107.68%;
    margin-top: 30px;
    display: block;
}

.author_blogs {
    list-style: none;
    padding: 0;
}

.author_blogs_box {
    border-radius: 8px;
    padding: 20px;
    background-color: var(--wp--preset--color--light-primary-color);
    align-self: flex-start;
}

ul.author_blogs li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: var(--wp--preset--color--primary-color) !important;
}

ul.author_blogs li {
    margin-bottom: 3px;
}

.author_blogs_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 107.68%;
}

.editor-author_wrap.odd {
    background-color: var(--wp--preset--color--light-primary-color);
}

.editor-author_wrap.odd .author_blogs_box {
    background-color: #fff;
}

.editor-author_wrap.odd .editor-author {
    padding-top: 25px;
    padding-bottom: 25px;
}

.author_desc {
    font-style: italic;
}

@media(min-width:992px) {
    .author_blogs_title {
        font-size: 32px;
    }
    .author_blogs_box {
        padding: 40px 75px;
    }
    ul.author_blogs li {
        margin-bottom: 10px;
    }
    .editor-author_wrap.odd .editor-author {
        flex-direction: row-reverse;
    }
    .editor-author_wrap.odd .editor-author {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width:767px) {
    .editor-author {
        flex-direction: column;
    }
}

@media (min-width:768px) {
    .editor-author .editor-author__image {
        width: 25%;
    }
    .editor-author .editor-author__info {
        width: 75%;
    }
    .editor-author .editor-author__image {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .editor-author {
        gap: 80px;
    }
}