#faq-section {
    padding-top: 70px;
    padding-bottom: 145px;
    position: relative;
}

#faq-section h2 {
    text-align: center;
}

#faq-section .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
}

#faq-section .accordion-header h6 {
    font-weight: 600;
    margin: 0;
}

#faq-section .accordion-header i {
    transform: rotate(0);
}

#faq-section .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    cursor: pointer;
}

#faq-section .accordion-content {
    display: none;
}

#faq-section .elipse-1,
#faq-section .elipse-2 {
    position: absolute;
    z-index: 0;
}

#faq-section .elipse-1 {
    top: -200px;
    left: 0;
}
#faq-section .elipse-2 {
    bottom: -150px;
    right: 0;
}
#faq-list {
    max-width: 892px;
    width: 100%;
    margin: 0 20px;
}
#faq-section #separator {
    display: none;
}
@media (max-width: 768px) {
    #faq-section {
        padding-top: 56px;
        padding-bottom: 80px;
    }
    #faq-section .content {
        gap: 22px;
        z-index: 100;
    }
    #faq-section #separator {
        display: block;
        background: #CDB6D1 !important;

    }
    #faq-section .elipse-1 {
        top: -450px;
        left: 0;
        opacity: 0.6;
    }
    #faq-section .elipse-2 {
        bottom: -250px;
        right: 0;
        opacity: 0.6;
    }
}