.inner_about_bg_image {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/aboutnew-banner_new.webp);
    background-position: right top;
    min-height: 300px;
}


.inner_acadmics_bg_image {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/acadmics-banner_new.webp);
    background-position: right top;
    min-height: 300px;
}

.inner_admission_bg_image {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/admission-banner.webp);
    background-position: right top;
    min-height: 300px;
}

.inner_student_bg_image {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/student-banner_new.webp);
    background-position: right top;
    min-height: 300px;
}

@media screen and (max-width: 768px) {
    .inner_bg_image,
    .inner_about_bg_image,
    .inner_acadmics_bg_image,
    .inner_admission_bg_image,
    .inner_student_bg_image {
        background-image: none !important;
    }
}