.faq-page-container {
    padding: 0 0 2.5rem 0;
}
    
.page-template-faq h1 {
    font-size: 4rem;
    color: white;
    text-align: center;
    padding: 0 5%;
}

.page-template-faq .fh-content p {
    font-size: var(--fs-intro);
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    max-width: 44rem;
    margin: 1rem auto 0 auto;
    padding: 0 5%;
}

.faq-page-section {
    max-width: 60rem;
    margin: 2.5rem auto 0 auto;
    background-color: white;
    padding: 0 1.5rem 1.5rem 1.5rem;
    position: relative;
    width: calc(94% - 3rem);
}

.page-template-faq h2 {
    font-size: 2rem;
    position: sticky;
    height: fit-content;
    top: 4rem;
    background-color: white;
    padding: 1.5rem 0;
}

/* .page-template-faq .faq-question {
    font-family: 'Satoshi';
    font-weight: 500;
    text-align: left;
} */

.page-template-faq .faq-answer {
    /* font-family: 'Satoshi'; */
    background: white;
    padding: 0;
}

.page-template-faq .faq-answer p {
    padding-bottom: 1.5rem;
}

.page-template-faq .faq-question span {
    padding-right: 0.75rem;
}

.faq-page-section:nth-child(1) .fa-slash-forward {
    color: var(--highlight);
}

.faq-page-section:nth-child(2) .fa-slash-forward {
    color: #ff6c03;
}

.faq-page-section:nth-child(3) .fa-slash-forward {
    color: #ffe700;
}

.faq-page-section:nth-child(4) .fa-slash-forward {
    color: #f000ff;
}

.faq-page-section:nth-child(5) .fa-slash-forward {
    color: #001eff;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 768px) { 
    .page-template-faq h1 {
        font-size: 2rem;
    }

    .page-template-faq h2 {
        font-size: 1.4rem;
        top: 3rem;
    }

    .page-template-faq .faq-answer p {
        padding-bottom: 0.75rem;
    }
    
}