.faq-wrap {
    background-color: #F7F9FC;
    padding: 45px 0;
    font-size: 16px;
    color: #24272E;
}

.faq-wrap h2 {
    font-size: 24px;
    line-height: 24px;
    padding: 9px 15px 5px 0;
}

.faq-wrap .view-all {
    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: 32px;
    }

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