div.faq-accordions h5.nw-question {
    margin-bottom: 0;
}
div.faq-accordions h5.nw-question,
div.faq-accordions h5.nw-question a {
    color: var(--global-black);
}
div.faq-accordions h5.nw-question a,
div.faq-accordions h5.nw-question a:hover,
div.faq-accordions h5.nw-question a:active,
div.faq-accordions h5.nw-question a:visited {
    text-decoration: none !important;
}
div.faq-accordions h5.nw-question a:hover,
div.faq-accordions h5.nw-question a:active,
div.faq-accordions h5.nw-question a:visited {
    color: var(--brand-red);
}
div.faq-accordions a {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
a.rotate-arrow-image-on-click {
    cursor: pointer;
}
div.faq-accordions img.accordion-arrow {
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 16px;
}
div.faq-accordions a[aria-expanded="true"] img.accordion-arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
div.faq-accordions div.faq-answer-box {
    padding-top: 25px;
}
div.faq-accordions div.faq-accordion-box {
    border: 1px solid transparent;
    border-radius: 10px;
}
@media(max-width: 767px) {
    div.faq-accordions div.faq-accordion-box {
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        margin-bottom: 10px;
    }

    div.faq-accordions img.accordion-arrow {
        width: 18px;
    }
}
@media(min-width: 768px) {
    div.faq-accordions div.faq-accordion-box {
        padding-top: 20px;
        padding-right: 30px;
        padding-bottom: 20px;
        padding-left: 30px;
        margin-bottom: 10px;
    }
}
div.faq-accordions div.content-button a.button {
    margin-bottom: 0;
}

@media(max-width: 575px) {
    div.faq-accordions img.accordion-arrow {
        width: 15px;
    }
}

/* FAQ Title */
.faq-with-title .nw-accordion h4 {
    font-size: 40px;
    margin-bottom: 45px;
    margin-top: 120px;
    line-height: normal;
}
.faq-with-title .nw-accordion.accordion1 h4 {
    margin-top: 0px;
}
@media(max-width: 991.98px){
    .faq-with-title .nw-accordion h4 {
        font-size: 30px;
    }
}
@media(max-width: 575.98px){
    .faq-with-title .nw-accordion h4 {
        font-size: 24px;
    }
    .faq-with-title .nw-accordion h4 {
        margin-bottom: 30px;
        margin-top: 45px;
    }
}