.faqp {
    background: #F9FAFB;
}

.faq {
    display: flex;
    gap: 4%;
    margin-top: 1rem;
}

.faq>div {
    width: 48%;
}

.accordion-item {
    border: 0 !important;
    margin-bottom: 1rem;
    border-radius: 12px !important;
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 12px  !important;
}

button.accordion-button.collapsed {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 0px rgba(0, 0, 0, 0.00), 0px 0px 0px 0px rgba(0, 0, 0, 0.00);
    border-radius: 12px;
    padding: 25px;
}

.faqb h1 {
    color: #343A40;
    font-family: "Inter";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 1.333 */
    text-align: center;
    margin-bottom: 1rem;
}

.faqb p {
    color: #4B5563;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 1.5 */
    text-align: center;
    margin-bottom: 1.3rem;
}

.faqt h1 {
    color: #343A40;
    font-family: "Inter";
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
    /* 1 */
    text-align: center;
    margin-bottom: 1.5rem;
}

.faqt p {
    color: #4B5563;
    font-family: "Inter";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 1.4 */
    text-align: center;
    margin-bottom: 0 !important;
}
.faqt img{
    object-fit: cover;
    width: 100%;
}
.page-titl{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 1rem;
    width: 100%;
}
/* .faqtp {
    background-image: url('../../assets/images/fbg.png');
    background-repeat: no-repeat;
    padding: 70px;
} */

.faqbp {
    background: linear-gradient(89.99999deg, rgba(0, 123, 255, 0.05) 0%, rgba(40, 167, 69, 0.05) 100%), rgba(0, 0, 0, 0.00);

    padding: 40px 128px;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "-";
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 32px;
    font-weight: 600;
    transform: none;
}
.accordion-button:not(.collapsed){
    border-radius: 12px 12px 0 0;
    box-shadow: none;
    outline: none;
    border: none;
    padding-right: 44px;
}
.accordion-button::after{
    background-image: none !important;
}

@media(min-width:768px) and (max-width:992px) {
    .faqt h1 {
        font-size: 35px !important;
        margin-bottom: 0 !important;
    }

    .faqt p {
        font-size: 22px !important;
    }
    .faqbp{
        padding: 34px !important;
    }
    .faqp{
        padding: 64px 30px !important;
    }
}
@media(min-width:575px) and (max-width:768px) {
    .faqbp{
        padding: 34px !important;
    }
    .faqt h1 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .faqt p {
        font-size: 16px;
        margin-bottom: 0;
        line-height: normal !important;
    }
}

@media(min-width:992px) {
    .faqp {
        padding: 40px 128px;
    }
}

@media(max-width:768px) {
    .faq {
        flex-wrap: wrap;
    }

    .faq>div {
        width: 100%;
    }
}

@media(max-width:575px) {
    .faqt h1 {
        font-size: 20px;
        margin-bottom: 0;
        line-height: normal !important;
    }
    .faqt p {
        font-size: 15px;
        margin-bottom: 0;
        line-height: normal !important;
    }
   
    .faqbp{
        padding: 26px 0 !important;
    }
}