.rich-import-editor {
    min-height: 430px;
    padding: 32px;
    border: 1px solid #dce2df;
    border-radius: 12px;
    background: #fff;
    outline: none;
    line-height: 1.85;
}

.rich-import-editor:focus {
    border-color: #5d907b;
    box-shadow: 0 0 0 3px rgba(62, 118, 94, .09);
}

.rich-import-editor:empty::before {
    content: attr(data-placeholder);
    color: #9ba39f;
    pointer-events: none;
}

.rich-import-editor h1 {
    margin: 0 0 25px;
    font-size: 30px;
    line-height: 1.35;
}

.rich-import-editor h2 {
    margin: 34px 0 12px;
    font-size: 23px;
}

.rich-import-editor h3 {
    margin: 25px 0 10px;
    font-size: 18px;
}

.rich-import-editor strong {
    color: #173f30;
}

.rich-import-editor li {
    margin: 7px 0;
}

.rich-import-editor blockquote {
    margin: 18px 0;
    padding: 12px 18px;
    border-left: 4px solid #6d9b87;
    background: #f1f6f3;
}

.content-faq {
    margin-top: 34px;
    padding: 30px 34px 8px;
    border-top: 1px solid #e5e9e6;
}

.content-faq > h2 {
    margin: 0 0 20px;
    font-size: 25px;
}

.content-faq .faq-item {
    margin-bottom: 22px;
}

.content-faq .faq-item h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.content-faq .faq-item p {
    margin: 0;
    color: #5f6964;
    line-height: 1.75;
}

@media (max-width: 620px) {
    .rich-import-editor {
        min-height: 360px;
        padding: 20px;
    }
}
