.intro.faq {
    padding-top: 70px;
}

.intro.faq .bg-img {
    height: 90%;
}

.intro.faq h2 {
    max-width: 71%;
    font: normal bold 80px/78px Intensa;
    text-align: left;
}

.intro.faq h2 .exclamation {
    font: italic normal bold 88px/63px Swear Display;
    line-height: 0.4;
}

.intro.faq h2 em {
    float: right;
    font-style: normal;
}

.faq-intro p.center-text b {
    font-weight: 600;
}

.faq-intro {
    padding-top: 0;
}

.faq-intro .red-bar {
    max-width: 70%;
}

.faq-intro .red-bar {
    display: flex;
}

.faq-intro .red-bar p:last-child {
    margin-left: 5px;
    padding-left: 4px;
}

.faq-intro .red-bar p {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 1;
    padding-left: 110px;
}

.faq-accordion {
    padding-top: 0;
}

.main-accordion .accordion-head {
    background: #7E131F;
    color: #fff;
    padding: 15px 20px;
    position: relative;
    cursor: pointer;
}

.main-accordion .accordion-head h4 {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
}

.main-accordion .accordion-head img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    right: 30px;
    width: 30px;
    height: 20px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.main-accordion .accordion-head.show img {
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.3s ease;
}

.break-line {
    margin: 18px 0;
    border-bottom: 3px solid #C4AC47;
}

.inner-accordion .inner-accordion-head {
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
}

.inner-accordion .inner-accordion-head img {
    position: absolute;
    top: calc(50% - 10px);
    transform: translateY(-50%) rotate(-90deg);
    right: 0;
    width: 30px;
    height: 20px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.inner-accordion {
    background: #F4F4F4;
    padding: 20px 30px 0;
    margin: 15px 0;
}

.inner-accordion-content p {
    margin: 0;
    padding-bottom: 20px;
}

.inner-accordion.show {
    background: #E5E5E5;
}

.inner-accordion.show .inner-accordion-head img {
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.3s ease;
}


@media only screen and (min-width: 1701px) {
    .faq-intro {
        max-width: 1700px;
        margin: 0 auto;
    }
}


@media only screen and (min-width: 1500px) {
    .intro.faq .bg-img img {
        object-position: bottom;
    }

    .faq-intro .red-bar {
        max-width: 60%;
    }
}











@media only screen and (max-width: 1200px) {
    .intro.faq {
        margin-top: 176px;
    }

    .intro.faq h2 {
        font: normal bold 70px/70px Intensa;
        padding-left: 0;
    }

    .intro.faq h2 .exclamation {
        font: italic normal bold 76px/63px Swear Display;
    }

    .faq-intro {
        padding-bottom: 50px;
    }

    .faq-intro .red-bar {
        max-width: 72%;
    }

    .faq-intro .red-bar p {
        padding-left: 0;
        font-size: 24px;
    }

}

@media only screen and (max-width: 991px) {
    .intro.faq h2 {
        font: normal bold 60px/60px Intensa;
    }

    .intro.faq h2 .exclamation {
        font: italic normal bold 66px/50px Swear Display;
    }

    .intro.faq .bg-img {
        height: 90%;
    }

    .intro.faq {
        margin-top: 120px;
        min-height: 500px;
        padding-bottom: 0;
    }

    .faq-intro .red-bar {
        max-width: calc(100% - 50px);
    }
}


@media only screen and (max-width: 767px) {
    .intro.faq {
        padding-bottom: 0;
        padding-top: 60px;
        min-height: 350px;
        margin-top: 154px;
    }

    .intro.faq .bg-img {
        height: 100%;
    }

    .intro.faq h2 {
        font: normal bold 46px / 40px Intensa;
        padding-left: 0;
        max-width: 100%;
    }

    .intro.faq h2 .exclamation {
        font: italic normal bold 37px / 37px Swear Display !important;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .intro.faq h2 em {
        float: none;
        font-style: normal;
        text-align: center;
        display: block;
    }

    .intro.faq h2 br {
        display: none;
    }

    .faq-intro {
        padding-top: 0;
    }

    .faq-intro .red-bar {
        max-width: 100%;
        flex-direction: column;
        text-align: left;
        background: transparent;
        padding: 0;
    }

    .faq-intro .red-bar p {
        font-size: 16px;
        line-height: 25px;
        background: #7C001F;
        padding-left: 5px;
    }

    .faq-intro .red-bar p:last-child {
        margin-left: 0;
        margin-top: 2px;
        max-width: 36%;
    }

    .faq-intro .content-wrap p {
        font-size: 15px;
    }

    .faq-intro .content-wrap p b {
        font-weight: 300;
    }

    .main-accordion .accordion-head {
        padding: 20px 15px;
    }

    .main-accordion .accordion-head h4 {
        font-size: 16px;
    }

    .main-accordion .accordion-head img {
        right: 15px;
        width: 20px;
        height: 20px;
    }

    .inner-accordion {
        padding: 15px 20px 0 15px;
    }

    .inner-accordion .inner-accordion-head h5 {
        font-size: 18px;
        padding-right: 20px;
    }

    .inner-accordion .inner-accordion-head img {
        right: -10px;
        width: 20px;
        height: 15px;
    }
}

@media only screen and (max-width: 360px) {
    .col-two-tradition .section-title h2 .exclamation {
        font: normal normal normal 32px / 36px Intensa;
    }

    .col-two-tradition .section-title h2 {
        font-size: 30px;
    }
}









.faq-accordion .inner-accordion-head h3 {
    font-size: 20px;
}