.author-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.author-box .author-info .author-box__ava {
    width: 70px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 70px;
    flex: 1 0 70px;
    margin-right: 100px;
}

.author-box__rating {
    position: absolute;
    bottom: 35rem;
    /* -webkit-box-flex: 1; */
    -ms-flex: 1;
    /* flex: 1; */
    margin-left: 0;
}