

/* Start:/local/templates/privlaw/components/bitrix/news.list/feedback.program/style.css?17631167611190*/
.feedback-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 45px;
}

.feedback-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 3px;
    background: #7a1730;
    border-radius: 3px;
}

/* ФИО — полностью как обычный текст страницы */
.feedback-name {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 6px;
}

/* PREVIEW_TEXT (обычно должность)
   — тоже аккуратный спокойный текст */
.feedback-position {
    font-size: 15px;
    color: #444;
    margin-bottom: 4px;
}

/* Год выпуска / свойство GRADUATE */
.feedback-year {
    font-size: 14px;
    font-weight: 600;
    color: #7a1730;
    margin-bottom: 15px;
}

/* Основной текст отзыва */
.feedback-text {
    font-size: 16px;
    line-height: 1.65;
    color: #111;
}

/* Горизонтальная линия между отзывами */
.feedback-item hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #eee;
}

/* End */
/* /local/templates/privlaw/components/bitrix/news.list/feedback.program/style.css?17631167611190 */
