.some-faq-santu {
    height: auto;
    width: 100%;
    padding: 0px 0px 31px 0px;
}

.some-faq-santu .main {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.some-faq-santu .main .sub {
    height: auto;
    width: 50%;
}

.some-faq-santu .main .sub img {
    height: 100%;
    width: 100%;
    /* border-radius: 50%; */
}


.some-faq-santu .main .sub .first-row {
    height: auto;
    width: auto;
    padding-left: 10px;
}

.some-faq-santu .main .sub .first-row .top {
    height: auto;
    color: var(--heading-color);
    font-weight: 550;
    padding: 15px 0px 7px 0px;

}

.some-faq-santu .main .sub .first-row .bottom {
    height: auto;
    font-weight: 700;
    font-size: 30px;

}
.some-faq-santu .main .sub .secound-row {
    height: auto;
    width: auto;
    padding-left: 10px;
    /* padding-top: 20px; */
}

.some-faq-santu .main .sub .secound-row .content-icon {
    border: 2px solid var(--muted);
    height: auto;
    margin-top: 25px;
    border-radius: 5px;
    justify-items: center;
}

.some-faq-santu .main .sub .secound-row .content-icon .sub {
    height: auto;
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 10px 0px;
}

.some-faq-santu .main .sub .secound-row .content-icon .sub .content {
    font-weight: 550;
    font-size: 21px;
}

.some-faq-santu .main .sub .secound-row .content-icon .sub .icon {
    height: 45px;
    width: 45px;
    background: var(--main-container-bgcolor);
    text-align: center;
    align-content: center;
    color: var(--white);
    border-radius: 5px;
    cursor: pointer;
}

.some-faq-santu .main .sub .secound-row .content-icon .sub1 {
    height: auto;
    width: 95%;
    color: var(--grey);
    font-size: 15px;
    padding: 0px 0px 20px 0px;
    display: none;

}

@media(max-width:320px){
    .some-faq-santu .main .sub img{
        width: 100%;
        height: 100%;
    }
}

@media(min-width:766px) and (max-width:1366px){
    .some-faq-santu .main .sub img{
        height: 689px;
        width: 100%;
    }

    @media(min-width:321px) and (max-width:765px){
        .some-faq-santu .main .sub img{
                height: 646px;
                width: 100%;
        }
    }
}