.main_container{
    width: 80%;
}

.school_img img{
    height: 400px;
}

.facilities_div_circle{
    position: relative;
    top: -50px;
    text-align: center;
    background-color: green;
    border-top: 2px solid white;
    max-width: 10%;
    margin: auto;
    z-index: 19;
    padding: 55px 55px;
    border-radius: 50%;
    font-size: 1.5rem;
    color: white;
}

.facilities_div_one{
    position: relative;
    top: -118px;
    text-align: center;
    background-color: green;
    min-width: 90%;
    margin: auto;
    z-index: -1;
    padding: 30px 80px;
}

.facilities_div_two{
    position: relative;
    top: -140px;
    text-align: center;
    border: 2px solid green;
    background-color: green;
    max-width: 50%;
    margin: auto;
    z-index: 20;
    padding: 10px 80px;
    border-radius: 50px;
    font-size: 2vw;
    color: white;
    letter-spacing: 3px;
}


.facilities_list{
    border: 1px solid black;
    border-width: 1px 10px;
    margin-top: -11.2rem;
    margin-bottom: 5rem;
    padding-top: 140px;
    border-color: green;
    word-wrap: normal;
    text-align: left;
}

.facilitiesandshit li{
    list-style-image: url('../../images/saugat_images/icons/arrow.png');
}

/*li::before{
   content: '';
   position: absolute;
   border-right:2px solid black;
   border-bottom:2px solid black;
   width:10px;
   height:10px;
   top: calc(50% - 4px);
   left: 10px;
   transform: translateY(-50%) rotate(-45deg);
}*/

.bottom_display{
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.bottom_display_inner{
    margin-bottom: 30px;
}

/*.other_things_circle::before {
    content: '';
    display: block;
    max-width: 40%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 32%;
    right: 0;
    border-top: 2px solid green;
    /*border-bottom: 2px solid green;*/
    /*margin: -10px;*/
/*}*/

.other_things_circle{
    background-color: white;
    text-align: center;
    border:30px solid green;
    border-color: green;
    border-style: inset;
    max-width: 10%;
    margin: auto;
    z-index: 19;
    padding: 55px 55px;
    border-radius: 50%;
    position: relative;
}

.other_things_circle p{
    position: absolute;
    left: 40px;
    top: 40px;
    padding: 0px;
    margin: 0px;
    font-size: 1.6rem;
}



@media screen and (max-width: 768px) {
    .col-md-4{
        margin: 30px;
    }
    
    .facilities_div_two{
        text-align: left;
    }
}

@media screen and (max-width: 576px) {
    .facilitiesandshit{
        margin: 0px;
    }

    .facilities_list{
        padding: 0px;
    }
    
    /*.facilities_div_two{*/
    /*    font-size: 0.7rem;*/
    /*}*/
}


