.ji-faq-header {
    background: url("../img/faq.jpg") no-repeat center center transparent;
    background-size: cover;
    padding: 7em 0;
    position: relative;
    z-index: 1;
}

.ji-faq-header__title {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
}

.ji-faq-header__subtitle {
    color: rgba(255, 255, 255, 0.76);
    font-weight: 400;
    font-size: 1.625rem;
}

.ji-faq-header__overlay {
    background-color: transparent;
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.07) 3%, #000000 90%);
    opacity: 0.92;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.ji-faq-content__wrapper {
    row-gap: 2rem;
}

@media (min-width: 768px) {
    .ji-faq-content__wrapper {
        row-gap: 6rem;
    }
    .ji-faq-content__column:nth-child(odd) {
        border-right: 1px solid #eee;
        padding-right: 2rem;
    }
    .ji-faq-content__column:nth-child(even) {
        padding-left: 2rem;
    }
}

.ji-faq-content__item-subtitle {
    display: block;
    padding: 15px 15px 0 15px;
    color: #8e8e8e;
    font-size: 1rem;
}

.ji-faq-content__item-title {
    margin-bottom: 0;
    padding: 15px;
    border-bottom: 1px solid #eee;
    color: #222;
    font-size: 2rem;
    font-weight: 400;
}

.ji-faq-content__item-content {
    border: 1px solid #eee;
}

.ji-faq-content__item-question {
    padding: 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    color: #7c7c7c;
    font-size: 0.8125rem;
    font-weight: 600;
    gap: 1rem;
    transition: 0.3s ease-in-out;
}

.ji-faq-content__item-question.--active {
    color: #222;
}

.ji-faq-content__item-answer {
    padding: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    display: none;
    color: #222;
    font-size: 0.875rem;
}
