.faq-section {
    background-image: url(../images/s1.jpg);
    background-repeat: no-repeat;
    /* background-position: ; */
    background-size: cover;
    background-attachment: fixed;
    padding: 6vh 0;
}

.box {
    width: 800px;
    margin-left: 2%;
    background-image: linear-gradient(#fed0c5, #69a7d8);
    /* background-image: linear-gradient(#FED0C5, #8b47b5); */
    border-radius: 7px;
    box-shadow: #FED0C5;
}

.box .heading {
    background-color: #0f668ad9;
    color: white;
    border-radius: 7px 7px 0px 0px;
    padding: 20px;
    text-align: center;
    font-family: "Rubik";
    font-size: 20px!important;
    width: 100%!important;
}

.faqs {
    padding: 0px 20px 20px;
    color: white;
    margin-top: 20px;
}

details {
    background-color: #0f668a;
    padding: 10px 20px;
    border-radius: 7px;
    margin-top: 20px;
    font-size: 14px!important;
    font-family: "Rubik";
    letter-spacing: 1px;
}

.text {
    margin-top: 20px;
    font-size: 16px!important;
    font-weight: normal!important;
    width: 100%!important;
}

details summary {
    outline: none;
}

@media only screen and (max-width: 828px) {
    .box {
        width: 95vw;
    }
}