.math_45{
    width: 45%;
    height: 270px;
}

.math_ul{
    width: 60% !important;
}



@media screen and (max-width:600px){
    .math_ul{
        width: auto!important;
    }
    .ug_pg{
        margin-left: 17px;
        position: relative;
        margin-right: 20px;
    }
    .math_45{
        width: auto;
        height: 320px;
    }
    .vision_mission{
        margin-left: 0px !important;
        margin-top: 12px !important;
        margin-right: 0px !important;
    }

}