.faws-main {
    margin: auto;
    max-width: 1280px;
    padding: 80px 0px;
}

.bosxsizn-fqq {
    background: #fff;
    border-bottom: #21212133 dashed 1px;
    overflow: hidden;
}

.bosxsizn-fqq:nth-of-type(1) {
    margin-top: 20px;
}

.bosxsizn-fqq:nth-of-type(1) {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.bosxsizn-fqq:nth-last-child(1) {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom: #f6f6f6 solid 1px;
}


.qua-sprofj {
    font-size: 16px;
    font-weight: 300;
    background: #fff;
    color: #000;
    padding: 16px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.spara-oncliop {
    display: none;
}

.spara-oncliop.active {
    display: block !important;
    padding: 16px 15px;
    border-left: #f6f6f6 solid 1px;
    border-right: #f6f6f6 solid 1px;
    font-weight: 400;
    font-size: 15px;
}

@media screen and (max-width: 500px) {
    .qua-sprofj {
        font-size: 14px;
    }

    .spara-oncliop {
        font-size: 14px !important;
        padding: 10px 10px !important;
    }

    .faqs-secfxmain {
        flex-direction: column;
    }

    .sexcf-smlio {
        margin: 0 !important;
    }

    .faqs-secfxmain {
        margin-top: 20px;
    }
}

.qua-sprofj.active {
    background-color: #fff;
}

.qua-sprofj:hover {
    background-color: #fff;
    cursor: pointer;
}

.faqs-secfxmain {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 50px auto;
}

.sexcf-smlio {
    max-width: 600px;
    width: -webkit-fill-available;
    margin: 0px 0px;
}