.faq-wrap {
    background-color: var(--bg-gray-25);
    padding: 45px 0;
    font-size: 16px;
    color: #24272E;
}

.faq-wrap h2 {
    font-size: 32px;
    line-height: 32px;
    padding: 0 0 3px 0;
}

.faq-wrap .view-all {
    display: block;
    font-size: 16px;
    color: #0094FF;
}

.faq-wrap .art {
    border: 1px solid #e5e5e6;
    position: relative;
    padding: 15px;
    margin: 20px 0 0 0;
    background-color: white;
    box-shadow: 0 0.9px 2px #00000029;
    border-radius: 4px;
}

.faq-wrap .art > div:first-child {
    color: #123156;
    background: url('/resources/images/selector/arrow-down.svg') 100% center no-repeat;
    padding: 0 30px 0 0;
    font-weight: bold;
    cursor: pointer;
}

.faq-wrap .art.open > div:first-child {
    background: url('/resources/images/selector/arrow-up.svg') 100% center no-repeat;
}

.faq-wrap .art > div:last-child {
    display: none;
    padding: 15px 30px 0 0;
}

.faq-wrap .art.open div:last-child {
    display: block;
}

@media (min-width: 768px) {

    .faq-wrap h2 {
        font-size: 40px;
        padding: 0 0 8px 0;
    }

    .faq-wrap .art > div:first-child {
        font-size: 20px;
    }
}

@media (min-width: 992px) {

    .faq-wrap {
        padding: 56px 0;
    }

    .faq-wrap .view-all {
        position: absolute;
        right: 15px;
        top: 15px;
    }
}
