.comment.single_comment{
    display: -webkit-inline-box;

}
.right_comment div{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.right_comment div span.far{
    color: #ffb600
}
.right_comment .comment_info{
    margin-left: 15px;
}
.comment_said_title h5{
    font-weight: bolder!important;
    color: #585858!important;
    margin-top: 15px;
}
.author_name{
    text-align: center;
    width: 100%;
    font-size: 0.7em!important;
    line-height: 1em!important;
}
.author_country{
    text-align: center;
    width: 100%;
    font-weight: bolder!important;
    color: #585858!important;
    font-size: 0.7em!important;
    line-height: 1em!important;

}
.comments .avatarImg {
    background: #FFF;
    padding: 4px;
    border-radius: 100%;
}
.avatar_wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.comment_said_text a{
    margin-right: 10px;
}