.faq-page > section:first-child {
    margin-top: 140px;
}

.faq-cover {
    height: 28vw;
    min-height: 140px;
    max-height: 280px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.faq-heading {
    padding: 40px 0 10px;
}

.faq-heading h1 {
    margin-bottom: 0;
}

.faq-wysiwyg,
.faq-qa {
    padding: 20px 0 40px;
}

.faq-list__item {
    border-bottom: 1px solid #e6e6e6;
}

.faq-list__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 1.3;
    color: #662c90;
    font-weight: 500;
}

.faq-list__answer {
    padding: 0 0 18px;
    font-size: 16px;
    line-height: 1.4;
}

.faq-list__answer p,
.faq-list__answer ul,
.faq-list__answer ol {
    margin: 0 0 12px;
}

.faq-list__answer ul,
.faq-list__answer ol {
    padding-left: 20px;
}

.faq-list__answer ul {
    list-style: disc;
}

.click-qw-icon,
.click-qw-icon-minus {
    position: relative;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

.click-qw-icon:before,
.click-qw-icon:after,
.click-qw-icon-minus:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #662c90;
}

.click-qw-icon:before,
.click-qw-icon-minus:before {
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
}

.click-qw-icon:after {
    width: 2px;
    height: 14px;
    margin: -7px 0 0 -1px;
}

@media screen and (max-width: 768px) {
    .faq-cover {
        height: 40vw;
        max-height: 200px;
    }

    .faq-heading {
        padding: 24px 0 8px;
    }

    .faq-list__question {
        font-size: 16px;
        padding: 14px 0;
    }
}
