.faq-section {
    background-color: #fff;
    padding-top: 64px;
    padding-bottom: 64px;
}

.faq-section__content {
    max-width: 980px;
    margin: 0 auto;
}

.faq-section__header {
    padding-bottom: 32px;
}

.faq-section__subtext {
    margin-top: 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.09px;
    color: #101d42;
}

.faq-section__divider {
    border: none;
    height: 1px;
    background-color: #1b63ff;
    margin: 0 0 32px 0;
}

.faq-section__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.faq-section__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-section__question {
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.12px;
    color: #1b63ff;
}

.faq-section__answer {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    color: #101d42;
    margin: 0;
}

@media (max-width: 800px) {
    .faq-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
