.author-bio-box {
background-color: #f9f9f9;
border: 1px solid #e0e0e0;
padding: 20px;
margin-top: 30px;
display: flex;
align-items: start;
font-size:15px;
}
.author-avatar {
display: block;
width: 50%;
height:auto;
}
.author-info {
flex-grow: 1;
}
.author-name {
margin-top: 0;
margin-bottom: 10px;
}
.author-description {
margin-bottom: 0;
}
.author-info .author-name span{
font-size: 15px;
}
p.author-description {
font-size: 14px;
padding: 0px 10px 0px 20px;
}