.news-detail__comments-list-wrapper{
    margin-bottom: 60px;
}
.news-detail__comments-list-item{
    padding: 34px 0;
    border-bottom: 1px solid #EFF1F5; 
}
.news-detail__comments-list-item-title{
    display: flex;
    align-items: center;
}
.news-detail__comments-list-item-name{
    font-weight: 600;
    font-size: 1.2857em;
    line-height: 1.444444;
    margin-right: 30px;
    color: #212121;
}
.news-detail__comments-list-item-date{
    font-size: 0.9285em;
    color: #C5C5C5;
}
.news-detail__comments-list-item:first-child{
    border-top: 1px solid #EFF1F5; 
}
.news-detail__comments-list-item-text{
    font-size: 1.1428em;
    line-height: 1.625;
    color: #212121;
    margin-top: 28px;
}