.faq-block {
    margin: 32px 0 24px;
    border-top: 2px solid #e0e0e0;
    padding-top: 20px;
}
.faq-title {
    font-size: 18px;
    color: #1b3252;
    margin-bottom: 16px;
}
.faq-item {
    margin-bottom: 14px;
    border-left: 3px solid #f39c12;
    padding-left: 14px;
}
.faq-question {
    font-weight: bold;
    color: #1b3252;
    font-size: 14px;
    margin-bottom: 4px;
}
.faq-answer {
    font-size: 13px;
    color: #444;
    line-height: 1.55;
}