.faq-content {
    margin-top: 30px;
    display: flex;
}

.faq-content > .editor {
    margin-left: 30px;
}

.left-panel-wrap {
    min-width: 305px;
    margin-right: 30px;
}

.faq-link {
    padding: 12px 14px;
    border-bottom: 1px solid #E4E4E9;
    color: #0A0A0A;
    font-size: 18px;
    border-left: 3px solid #fff;
    transition: 0.4s all;
    -webkit-ransition: 0.4s all;
    -moz-transition: 0.4s all;
}

.faq-link.active {
    border-left: 3px solid #3B9DE2;
    color: #3B9DE2;
    font-weight: 700;
}

.faq-link:first-child {
    border-top: 1px solid #E4E4E9;
}

.faq-link:hover {
    border-left: 3px solid #3B9DE2;
    color: #3B9DE2;
}

@media (max-width: 1024px) {
    .faq-content {
        margin-top: 20px;
    }

    .left-panel-wrap {
        min-width: 220px;
    }

    .faq-link {
        font-size: 16px;
        padding: 10px;
    }

    .faq-content > .editor {
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    .left-panel-wrap {
        margin-right: 0;
    }

    .faq-content {
        flex-direction: column;
    }

    .faq-content > .editor {
        margin-left: 0;
        margin-top: 20px;
    }

    .question-block {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .faq-link {
        padding: 8px;
    }
}
