@media only screen and (max-width: 1180px) {
    .others_link{
        display: none;
    }
    .about_us{
        width: 100%;
        height: auto;
    
    }
    .about_header_image{
        padding: 10px 10px 0px 10px;
    }
    .about_header_image img{
        width: 100%;
    }
    .about_us_description h2{
        text-align: center;
        color: #0C3170;
        padding: 10px;
    }
    .about_us_description{
        padding: 10px 10px 0px 10px;
    }
    .about_us_description p{
        text-align: justify;
        color: #222;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    .Charter_image{
        padding: 10px 10px 0px 10px;
    
    }
    .Charter_image h2{
        text-align: center;
        color: #0C3170;
        padding: 10px;
    
    }
    .image_box{
        display: block;
        justify-content: center;
    }
    .image_box img{
        width: 100%;
        height: auto;
        padding: 5px;
    }
    



}