
/* FAQ */
.section-faq{
    background-color: #fff;
}
.section-faq .container h1, .section-faq .container h2{
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}
.section-faq .container h1{
    margin-bottom: 2rem;
    color: var(--page-heading);
}
.section-faq .container h3{
    color: var(--neutral-1);
}
.section-faq .container p{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
    color: var(--neutral-1);
}
.section-faq .container .max-width{
    max-width: 729px;
}
.section-faq .medium-4{
    text-align: center;
}
.section-faq .row{
    display: flex;
}


@media screen and (max-width: 550px){
    .section-faq .row{
        flex-direction: column;
    }
    .section-faq .row .medium-8{
        padding-bottom: 0px;
    }
    .section-faq .container .max-width{
        max-width: 100%;
    }
   .section-faq .container h3{
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 355px){
    .section-faq .medium-4 .note{
        font-size: 12px;
    }
}
