.faq__list {
    list-style-type: none;
    margin: 0;
    position: relative;
    padding: 0;
}

.faq-wrapper {
    background: #f0f0f8;
    padding: 60px 0;
    overflow: hidden;
}

.faq_left {
    width: 100%;
}

.faq-question {
    padding: unset;
    transition: 0.3s;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 0px 10px 0px #0000000D;
}

.q {
    cursor: pointer;
}

.q p {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    transition: 0.3s;
}

.a {
    display: none;
    margin: unset;
    border-top: 1px solid #DCDCDC;
    color: var(--kiroe-text-dark);
    padding: 16px 24px 24px 24px;
    line-height: 1.4;
}

.a>* {
    max-width: 720px;
}

.faq-question:not(:last-child) {
    margin-bottom: 24px;
}

.open_it-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.faq-questions_block_2 {
    display: none;
}