.comments {
    margin-top: 40px;
}
.coments-line {
    padding: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    background-color: #f1ebe7;
}
.comments textarea {
    padding: 10px 15px;
    height: 120px;
    box-shadow: none!important;
    border-color: #dfe5e8!important;
    resize: vertical;
}
.comments .fos_comment_submit {
    margin-top: 15px;
}
.comment-item {
    position: relative;
    padding-bottom: 20px;
    margin: 20px 0;
    border-bottom: 1px solid #dfe5e8;
}
.comment-item .img-holder {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.comment-item .img-holder img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.comment-item .desc {
    overflow: hidden;
    min-height: 80px;
    padding-left: 80px;
}
.comments .comment-links-block a,
.comment-item .desc time {
    color: #7f8d90;
}
.comments-list ul {
    list-style: none;
}
.comments-list > ul {
    padding-left: 0;
}
.comment-item p {
    font-size: 16px;
    line-height: 1.667;
    margin: 0;
}
.comment-item .desc-comment {
    font-family: 'PT Serif';
}
.comment-item .desc-comment-pending {
    color: #9b9fa1;
}


@media screen and (max-width: 769px) {
    .m-left-50{
        margin-left: 0px!important;
    }
}
@media screen and (max-width: 660px) {
    .m-left-100{
        margin-left: 0px!important;
    }
}

@media (max-width: 991px) {
    .comments {
        margin-top: 30px;
    }
}