.sidebar_author{
    padding: 10px 10px 20px 10px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #EEE;
    border-radius: 10px;
    margin-bottom: 40px;
}

.sidebar_author figure{
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    width: 130px;
    height: 130px;
    display: table;
    margin: 10px auto 20px auto!important;
    border: 3px solid #F5F0EB; 
    margin-bottom: 10px;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
}

.sidebar_author figure img{ 
    height: 130px;
    object-fit: cover;
}

.sidebar_author > div > strong{
    font-family: "Raleway";
    text-transform: uppercase;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .4px;
}

.sidebar_author span{
    font-size: 16px;
    text-align: left;
    color: #888;
    font-weight: 500;
    font-family: "Raleway";
}

.sidebar_author div > p{
    font-family: Raleway;
    font-size: 13px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 8; /* number of lines to show */
    line-clamp: 6; 
    -webkit-box-orient: vertical;
}

.sidebar_author div > p strong{
    display: block;
    font-size: 15px;
}