.author-box {
    border-bottom: 8px solid #231f20;
}
.author-img-box {
    background-color: #c0dcdf;
    padding: 20px;
    border-radius: 100%;
    overflow: hidden;
}
.author-name {
    margin-top: 3px;
}
.author-name a{
    color: #231f20;
    text-decoration: underline;
    font-weight: 600;
    line-height: 25px;
}
.author-name a:hover{
    color: #db1f88;
}
