/* body {
    overflow-x: hidden;
} */

.section_1_faq_ {
    background-color: #031441;
    width: 100%;
    height: 200px;
    text-align: center;
    margin-top: 150px;
    color: white;
}

.section_1_faq_ span {
    position: relative;
    top: 35%;
    font-size: 45px;
}

.section_2_faq_ {

    width: 100%;
    height: 200px;
    text-align: center;
    margin-top: 50px;
    color: #031441;
}

.section_2_faq_ span {
    position: relative;
    top: 35%;
    font-size: 45px;
}

.section_3_faq_,
.section_3_faq_div_1_and_2 {
    display: flex;
}

.section_3_faq_ {
    padding: 10px;

}

.section_3_faq_ div {
    color: white;
}

.section_3_faq_div_1_and_2 {
    position: relative;
    margin-top: 100px;
    width: 40%;
    margin-left: 20px;
}

.section_3_faq_div_1_and_2 h2 {
    position: absolute;
    top: -100px;
    left: 30px;
    /* margin-bottom: 30px; */
}

.section_3_faq_div_1_and_2_2 {
    width: 40%;
    margin-left: 60px;
}

.section_3_faq_div_2 {
    width: 50%;
}

.section_3_faq_ {
    position: relative;
    width: 100%;
    height: 500px;
}

.section_2_faq_all {
    padding: 20px;
    /* position:absolut */
    text-align: center;
    position: absolute;
    display: flex;


    width: 100%;
    left: 0px;
    background-color: white;
    /* background-image: url(".../img/blue-parfum.png"); */
    background-image: url("blue-parfum.png");
    background-size: cover;
    /* يخلي الصورة تغطي العنصر كامل */
    background-position: center;
    /* يوسّط الصورة */
    background-repeat: no-repeat;
    text-align: center;
    color: #031441;
    box-shadow: rgba(1, 20, 71, 0.966) 0px -20px 186px 68px inset;
    height: 400px;
}

.input_nom_faq,
.input_email_faq {
    width: 45%;

}

.input_phone_number_faq,
.input_nom_faq,
.input_email_faq {
    height: 20px;
    padding: 5px 0px 5px 5px;
    border: 1px solid white;
    border-radius: 4px;
}

.input_phone_number_faq,
.input_faq_message {
    width: 90%;
}

.input_faq_message {
    height: 100px;
}

/* ----- Responsive Rules for FAQ ----- */
@media screen and (max-width: 768px) {

    .section_1_faq_ span,
    .section_2_faq_ span {
        font-size: 30px;
    }

    .section_3_faq_div_1_and_2 {
        flex-direction: column;
        width: 100%;
        margin-left: 0;
        margin-top: 50px;
        align-items: center;
    }

    .section_3_faq_div_1_and_2 h2 {
        position: static;
        text-align: center;
        margin-bottom: 20px;
    }

    .section_3_faq_div_2 {
        width: 90%;
        margin-bottom: 30px;
        text-align: center;
    }

    .section_3_faq_div_1_and_2_2 {
        width: 90%;
        margin-left: 0;
        margin-top: 30px;
        text-align: center;
    }

    .section_2_faq_all {
        position: static;
        flex-direction: column;
        align-items: center;
        height: auto;
        padding-bottom: 50px;
        box-shadow: none;
    }

    .section_3_faq_ {
        height: auto;
    }

    .input_nom_faq,
    .input_email_faq,
    .input_phone_number_faq,
    .input_faq_message {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 15px;
    }

    /* Override input stack since previously displayed side by side */
    .input_nom_faq,
    .input_email_faq {
        display: block;
    }
}