.author {
    font-size: 18px;
    font-weight: bold;
}
.author_information {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
}

.author_information > .set_position_content {
    border: 1px #F0F0F0 solid;
    padding: 25px 15px;
}
.author_information > .set_position_content > .box_author > .author_image {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border: 1px #F2F2F2 solid;
    margin-right: 10px;
}
.author_information > .set_position_content > .box_author > div > .author_title {
    color: #A7A7A7;
}
.author_information > .set_position_content > .biography {
    margin-top: 20px;
}
