.edu_img {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 24px;
}
.edu_img div {

}
.edu_img1 {
    margin:auto ;
    margin-top: 35px;
}

.abt_school .pc_bx_main , .school_layout .pc_bx_main{
    justify-content: center;
}


/*-------------   Mobile Screen Media Query -------------  */
@media only screen and (min-device-width: 300px) and (max-device-width: 680px) {
    .edu_img1 {
        width:100%;
    }
    .edu_img {
        flex-direction: column;
    }
    .edu_img img {
        width:100%;
    }
    .edu_img1 {
        margin-top: 12px;
    }
}

@media only screen and (min-device-width: 681px) and (max-device-width: 991px) {
    .mob_view.edu_img1 {
        display: none !important;
    }
    .edu_img img {
        width: 100%;
    }
     .abt_school {
        margin-bottom: 70px;
    }
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1190px) {

    .edu_bnr  .bnr_rw_main {
        top: 55px;
        width: 91%;
    }
    .edu_img img {
        width: 100%;
    }
    .abt_school {
        margin-bottom: 70px;
    }
}