#mobilenav li.flex-lang {
    display: flex;
    justify-content: space-evenly;
    border-top: solid 1px #4b4e50;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    background: #262d33;
}
.flex-lang a {
    border-top: unset!important;
    border-bottom: unset!important;
}
.menu_flex {
    display: flex;
    justify-content: space-between;
}
.list-comment {
    padding-inline-start: 0px;
}
.comment-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    border-bottom: 1px dashed #ccc;
    margin-top: 15px;
}

.comment-flex:last-child {
    border-bottom: unset;
}

.comment-flex .comment-img {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
}

.comment-flex .comment-img img {
    border-radius: 100px;
}

.comment-flex .comment-info {
    -ms-flex: 0 0 calc(100% - 80px - 15px);
    flex: 0 0 calc(100% - 80px - 15px);
    max-width: calc(100% - 80px - 15px);
}

.comment-flex .comment-info i {
    color: #93652A;
    padding-right: 5px;
    font-weight: 100;
}

.comment-flex i {
    font-family: FontAwesome;
}