.faq-item {
    margin-bottom: 3rem;
}

.faq-header.h2 a {
    display: block;
    color: #1E1C1B;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.25rem;
    margin-bottom: 0.875rem;
}

.faq-item .descr, .faq-item .descr p {
    color: #1E1C1B;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 0.875rem;
}

.faq-head-rew {
    color: #797978;
}

.faq-item .views:before {
    background: url(/local/templates/PersonalSite/img/icons/eye-grey.svg) no-repeat;
}

.faq-item .comments:before {
    background: url(/local/templates/PersonalSite/img/icons/comments-grey.svg) no-repeat;
}

.faq-item .bottom {
    display: flex;
    align-items: center;
}

.faq-item .bottom .btn {
    margin-right: 2rem;
}

.faq-item .bottom .views {
    margin-right: 1rem;
}

.faq-item .views, .faq-item .comments {
    opacity: 0.6;
}
