* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.about_school_sandip {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding: 50px 0px;
    flex-wrap: wrap;
}

.about_school_sandip .left {
    width: 600px;
    height: auto;
}

.about_school_sandip .right {
    width: 500px;
    height: 500px;
    position: relative;
}

.about_school_sandip .left .title {
    padding: 6px 10px;
    background: white;
    font-family: cursive;
    color: rgb(0, 49, 128);
    font-size: 17px;
    border-radius: 10px;
    box-shadow: 2px 4px 10px rgba(0, 221, 255, 0.218);
}

.about_school_sandip .left h2 {
    font-weight: bold;
    font-family: cursive;
    font-size: 35px;
    color: rgb(0, 23, 60);
    margin-top: 20px;
    line-height: 47px;
}

.about_school_sandip .left .paragrap {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.616);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 25px;
    margin-top: 20px;
}

.about_school_sandip .left .small_div {
    padding: 10px;
    margin-top: 25px;
    background: linear-gradient(to right, rgba(0, 221, 255, 0.218), rgba(47, 203, 255, 0.045));
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.about_school_sandip .left .small_div img {
    width: 150px;
    border-radius: 20px;
}

.about_school_sandip .left .small_div .text h3 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(0, 49, 128);
}

.about_school_sandip .left .small_div .text p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.901);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 22px;
    margin-top: 8px;
}

.about_school_sandip .right .img1 {
    position: absolute;
    height: 50%;
    width: 50%;
    border-radius: 999px;
    border: 6px solid white;
    top: 0%;
    left: 25%;
}

.about_school_sandip .right .img2 {
    position: absolute;
    height: 35%;
    width: 35%;
    border-radius: 999px;
    border: 6px solid white;
    top: 7%;
    left: 0%;
}

.about_school_sandip .right .img3 {
    position: absolute;
    height: 35%;
    width: 35%;
    border-radius: 999px;
    border: 6px solid white;
    top: 20%;
    right: 0%;
}

.about_school_sandip .right .img4 {
    position: absolute;
    height: 38%;
    width: 38%;
    border-radius: 999px;
    border: 6px solid white;
    top: 38%;
    left: 0%;
}

.about_school_sandip .right .img5 {
    position: absolute;
    height: 41%;
    width: 41%;
    border-radius: 999px;
    border: 6px solid white;
    top: 51%;
    left: 25%;
}

.about_school_sandip .right .img6 {
    position: absolute;
    height: 45%;
    width: 45%;
    border-radius: 999px;
    border: 6px solid white;
    top: 47%;
    left: 55%;
}

.about_school_sandip .right .img7 {
    position: absolute;
    height: 23%;
    width: 23%;
    border-radius: 999px;
    border: 6px solid white;
    top: 76%;
    left: 0%;
}

@media(max-width:1189px) {
    .about_school_sandip .left {
        width: 500px;
    }

    .about_school_sandip {
        gap: 40px;
    }

    .about_school_sandip .right {
        width: 450px;
        height: 450px;
    }
}

@media(max-width:1000px) {
    .about_school_sandip .left {
        width: 90%;
    }

    .about_school_sandip {
        gap: 60px;
    }

    .about_school_sandip .right {
        width: 590px;
        height: 590px;
    }
}

@media(max-width:1000px) {
    .about_school_sandip .left {
        width: 92%;
    }

    .about_school_sandip {
        gap: 50px;
    }

    .about_school_sandip .right {
        width: 450px;
        height: 450px;
    }

    .about_school_sandip .left h2 {
        font-size: 28px;
        line-height: 37px;
    }
}

@media(max-width:480px) {
    .about_school_sandip {
        gap: 40px;
    }

    .about_school_sandip .right {
        width: 380px;
        height: 380px;
    }

    .about_school_sandip .left h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .about_school_sandip .left .paragrap {
        margin-top: 17px;
    }
}

@media(max-width:405px) {
    .about_school_sandip .right {
        width: 350px;
        height: 350px;
    }

    .about_school_sandip .left h2 {
        font-size: 23px;
        line-height: 32px;
    }

    .about_school_sandip .left .paragrap {
        margin-top: 15px;
    }

    .about_school_sandip .left .small_div {
        display: none;
    }
}

@media(max-width:375px) {
    .about_school_sandip .right {
        width: 300px;
        height: 300px;
    }

    .about_school_sandip .left h2 {
        font-size: 19px;
        line-height: 27px;
    }
}