.faq-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: var(--c-140, #FEE0A6);
    position: relative;
    padding-top: 80px;
    padding-bottom: 5vw;
    overflow: hidden;
}

.faq-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 40px;
    z-index: 1;
}

.faq-title {
    font-family: "Poppins", sans-serif;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 3.75vw;
    color: #1E4EBB;
    margin-bottom: 10px;
    width: 60%;
}

.faq-subtitle {
    font-family: Poppins, sans-serif;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 1.5vw ;
    color: #1E4EBB;
    width: 40%;
    gap: 0px;
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}

.faq-decoration-images-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    justify-content: space-between;
    align-items: flex-end;
    overflow: clip;
    overflow-y: visible;
}

.faq-decoration-image-left {
    display: none;
    width: 30vw;
    max-width: 144px;
    height: auto;
    left: -15vw;
    position: absolute;
    bottom: -10vw;
}

.faq-decoration-image-right {
    display: none;
    width: 30vw;
    max-width: 144px;
    height: auto;
    right: -15vw;
    position: absolute;
    bottom: -10vw;
}

.faq-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    gap: 20px;
    padding-top: 4vw;
}

.faq-image-wrapper {
    flex: 0 1 auto;
    width: 45%;
    height: auto;
    position: relative;
    overflow: visible;
}

.faq-image {
    width: 100%;
    height: auto;
    border-radius: 40px;
    position: relative;
    z-index: 1;
}

.faq-decoration-image {
    position: absolute;
    top: -4.9vw;
    left: 0;
    width: 100%;
    max-width: 10vw;
    height: auto;
    z-index: 2;
    padding-left: 20px;
}

.faq-questions-wrapper {
    flex: 1;
}

.faq-question {
    background-color: white;
    border-radius: 20px;
    padding: 25px 25px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

    .faq-question.expanded {
        border: 1px solid black;
    }

        .faq-question.expanded .faq-answer {
            opacity: 1;
            margin-bottom: 5px;
        }

.faq-question-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Poppins, sans-serif;
    font-size: 1vw;
    font-weight: 400;
    color: black;
}

.faq-toggle {
    font-size: 24px;
    font-weight: 400;
    color: black;
    transition: transform 0.3s ease;
}

.faq-answer {
    font-family: Poppins, sans-serif;
    font-size: 0.9vw;
    color: #333;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    margin-top: 0;
}

.faq-background-140 {
    background-color: var(--c-140, #f7d593);
}

.faq-background-360 {
    background-color: var(--c-360, #FFAE8B);
}

.faq-background-460 {
    background-color: var(--c-460, #68C7BC);
}

.faq-background-260 {
    background-color: var(--c-260, #A5B9E5);
}

.faq-background-180 {
    background-color: var(--c-180, #FDC14D);
}

.back-to-top-wrapper {
    display: none;
    padding: 10px;
}

.back-to-top-button {
    display: none;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    background-color: transparent;
    border: none;
    padding: 10px;
    gap: 6px;
}

.white-rounded-bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 300px;
    background-color: white;
    border-radius: 100%;
    transform: translate(-17%,-80%);
    z-index: 1;
}

.mobile-join-button-wrapper {
    display:none;
}

@media (min-width: 2000px) {
    .faq-question-header {
        font-size: 29px;
    }

    .faq-answer {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .faq-section {
        height: auto;
        overflow-x: hidden;
    }

    .faq-title {
        width: 80%;
        font-size: 8vw;
        line-height: 97%;
        letter-spacing: -0.32px;
    }

    .faq-subtitle {
        width: 75%;
        font-size: 4vw;
        line-height: 1.2;
        margin-top: 10px;
    }

    .faq-decoration-image-left, .faq-decoration-image-right {
        display: block;
    }

    .faq-decoration-image-left {
        left: -10vw;
        bottom: -2vw;
        width: 35vw;
    }

    .faq-decoration-image-right {
        right: -9vw;
        bottom: 0vw;
        width: 35vw;
    }

    .faq-image img {
        width: 100%;
        height: auto;
        border-radius: 0;
    }

    .faq-decoration-image {
        width: 100%;
        height: auto;
        border-radius: 0;
    }

    .faq-image-wrapper {
        display: none;
        width: auto;
    }

    .faq-wrapper {
        padding-top: 55px;
        max-width: 90%;
    }

    .faq-question.expanded {
        border: 1px solid black;
    }

    .faq-question-header {
        font-size: 4.5vw;
    }

    .faq-answer {
        font-size: 3.5vw;
        padding: 0;
    }

    .back-to-top-wrapper {
        display: flex;
    }

    .back-to-top-button {
        display: flex;
    }

    .mobile-join-button-wrapper {
        display: flex;
        overflow-x: hidden;
    }

    .mobile-join-header {
        font-size: 8vw;
    }

    .mobile-join-description{
        font-size: 4vw;
    }
}

@media (max-width: 720px) {
    .faq-wrapper {
        width: 94.44%;
    }

    .white-rounded-bottom {
        position: absolute;
        top: 0;
        left: 0;
        width: 150%;
        height: 10%;
        background-color: white;
        border-radius: 100%;
        transform: translate(-17%,-80%);
        z-index: 1;
    }

    .faq-content-wrapper {
        padding-top: 10px;
    }
}

@media (max-width: 480px) {
    .faq-decoration-image-left {
        left: -20vw;
        bottom: -16vw;
        width: 35vw;
    }

    .faq-decoration-image-right {
        right: -18vw;
        bottom: -18vw;
        width: 35vw;
    }
}