
    .faq-section.section-height.section {
        padding-bottom: 70px;
    }

    .faq-section {
        padding: 55px 20px;
        margin: 0 auto;
        background: #f9f7ee;
        box-sizing: border-box;
    }

    .faq-section {
        background: #fff8f0;
        overflow: hidden;
    }
    .faq-questions-strong{
        font-weight: 500;
    }

    .quiz-container {
        display: flex;
        flex-wrap: nowrap;
        gap: 40px;
        max-width: 1240px;
        margin: 0px auto;
        flex-direction: row;
        justify-content: space-between !important;
        width: 100%;
        padding: 0px 10px;
    }

    .faq-wrapper {
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
        align-items: end;
        padding: 0;
    }

    .faq-content {
        flex: 1;
        max-width: 600px;
    }

    .faq-content h2 {
        font-family: "Replica-Regular", sans-serif;
        font-size: 40px !important;
        font-weight: 400;
        margin-bottom: 24px;
        display: flex;
    }

    .faq-section h2 {
        font-size: 52px;
        line-height: 1.1;
        margin-bottom: 22px;
    }

    .faq-wrapper-content.faq {
        margin: 0;
    }

    .faq {
        margin-top: 100px;
        margin-bottom: 50px;
        float: left;
        width: 100%;
    }

    .faq-item:not(:last-child) {
        border-bottom: 1px solid #ddd;
        padding: 16px 0;
    }

    .faq-item {
        border-top: 1px solid #ddd;
        padding: 20px 0;
    }

    .faq-quiz-question {
        background: none;
        border: none;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 160%;
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .icon {
        font-size: 20px;
        line-height: 1;
        margin-left: 16px;
        text-align: center;
        font-weight: 400;
    }

    .open .faq-answer {
        display: block;
        font-size: 16px;
        height: auto;
        font-family: 'Roboto';
    }

    .faq-answer {
        margin-top: 8px;
        overflow: hidden;
        transition: height 0.4s ease;
        height: 0;
    }

    .faq-answer p {
        font-size: 16px !important;
    }
    .faq-image {
        width: 550px;
        height: 570px;
    }

    .faq-image img {
        max-width: 100%;
        border-radius: 24px;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    @media (max-width: 768px) {
        .faq-content h2 {
            font-size: 32px !important;
            font-weight: bold !important;
        }
        .faq-section {
            padding: 32px 16px !important;
            margin: 0 auto;
            background: #f9f7ee;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: unset !important;
        }

        .faq-wrapper {
            padding: 20px 0px !important;
        }

        .quiz-container {
            flex-direction: row;
            padding: 0px 10px;
            gap: 35px !important;
        }

        .faq-content {
            max-width: 100%;
        }

        h2 {
            font-weight: 400;
            font-size: 32px !important;
            line-height: 120%;
            letter-spacing: 0%;
            text-align: center;
        }

        .faq-image {
            flex: 1;
            text-align: center;
            width: 100%;
            height: 445px;
        }

        .faq-image img {
            max-width: 100%;
            border-radius: 24px;
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
    }

    @media (max-width: 1160px) {
        .quiz-container {
            gap: 25px !important;
        }

        .faq-content {
            max-width: 100%;
        }

        .faq-image {
            display: none;
        }
    }
   
    @media (min-width: 375px) and (max-width: 767px) {
        .quiz-container {
            flex-direction: column !important;
            gap: 0px !important;
        }

        .faq-content {
            max-width: 100%;
        }

        .faq-image {
            width: 100%;
        }
    }
    @media only screen and (max-width: 575px) {
        .quiz-container {
            flex-direction: column !important;
            gap: 0px !important;
        }

        .faq-content {
            max-width: 100%;
        }

        .faq-image {
            width: 100%;
            display: none;
        }
    }