@media screen and (max-width:1200px) {
    section.member .card_box .content {
        height: 200px;
    }
}

@media screen and (max-width:1100px) {
    section.founder .carousel-indicators {
        display: none;
    }

    section.testimonial .testimonial_div .testimonial__img {
        object-fit: cover;
        height: 265px;
        border-radius: 20px;
        aspect-ratio: 2.1 / 1;
    }
}



@media screen and (max-width:991px) {
    section.member .card_box .content {
        height: 170px;
    }

}

@media screen and (max-width:650px) {

    section.member .card_box .content {
        height: 240px;
    }


    .dis .row {
        border: 1px solid transparent;
        border-radius: 30px;
        padding: 0px;
        background: transparent;
        position: relative;
        top: 0;
    }

    .dis .row>.col-lg-6 {
        margin-bottom: 10px;
    }



    section.hero {
        height: 80vh;
    }

    section.hero .card-img-overlay {
        left: 0px;
        padding: 10px;
    }


    section.women_leader {
        background-color: #f8f8f8;
        margin: 30px 0 60px 0 !important;
        padding: 50px 0;
    }

    h1 {
        font-size: 30px;
        line-height: 120%;
    }



    .heading {
        font-weight: 400;
        font-size: 35px;
        line-height: 112%;
        letter-spacing: -0.03em;
        color: #072536;
    }

    .padding {
        padding-top: 76px;
    }

    section.events .nav-link {
        border: 1px solid #0c64a5;
        border-radius: 12px;
        width: 180px;
        font-size: 13px;
        height: 54px;
        background: #f6f6f6;
        color: #072536;
    }

    section.member .card_box img {
        width: 155px;
        margin: 0 auto;
    }

    section.other-banner img {
        height: 250px !important;
    }


    section.other-banner img {
        height: 250px !important;
    }

    section.misson img {
        height: 300px !important;
        object-fit: cover;
        border-radius: 20px;
    }

    section.misson .card-img-overlay {
        bottom: 4px !important;
        left: -16px !important;
    }

    .accordion-body {
        padding: 0;
    }

    .main-table {
        overflow-x: scroll;
    }

    .table {
        width: max-content;
    }

    .modal-dialog {
        max-width: 90%;
        margin: 0 auto;
    }


    section.member-list table {
        font-family: arial, sans-serif;
        border-collapse: collapse;
        width: max-content;
        border: 1px solid #e0e0e0;
        overflow-x: scroll !important;
    }

    .vertical-content-card {
        background: #0056B3;
        border-radius: 24px;
        padding: 2rem 1rem;
        color: #fff !important;
        margin-top: 2rem;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }


    section.women_leader .icon-circle {
    font-size: 38px;
    background-color: #0056B3;
    width: 49px;
    height: 49px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 11px;
}


}