.author-info_wrapper {
    padding: 40px;
    margin-top: 75px;
    border-radius: 10px;
    background-color: #f4f5f7;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    
    .author {
        color: $color__theme;
        margin-bottom: 3px;
    }

    @media(max-width: 480px) {
        padding: 20px 15px;
    }
}

.author-info_avatar {
    margin-right: 30px;

    @media(max-width: 480px) {
        width: 80px;
    }
}

.author-info_avatar img {
    border-radius: 50%;
}

.author-info_content {
    flex: 2;
}

.author-info_name {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 6px;
}

.author-info_name span {
    margin-right: 7px;
    font-size: 14px;
    display: block;
}

.author-info_description {

}

.author-info_description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

.author-info_social-wrapper {
    line-height: 1;
    margin-top: 14px;
}

.author-info_wrapper .title_soc_share {
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;

}

.author-info_social-link {
    display: inline-block;
    margin-right: 13px;
    color: #6d6d6d;
    font-size: 15px;
}

.author-info_social-wrapper a {
    color: #6d6d6d;

    &:hover {
        color: $color__theme;
    }
}