p{
    font-size: 15px;
    font-weight: 400;
}
.img_head{
    color: #334a9f;
}
.aboutus_subhead{
    margin-top: 20px;
    color: #252525;
    font-weight: 600;
}

.abotus_img{
    width: 90%;
}
/********************************************  (min-width: 320px) and (max-width:480px)*******************************************/
@media only screen and (min-width: 320px) and (max-width:480px)
{
    .img_head{
        color: #334a9f;
        font-size: 20px;
    }
    .aboutus_subhead{
        font-weight: 600;
        font-size: 20px;
    }
    .img_box{
        text-align: center;
        margin: 20px 0px;
    }
    .abotus_img{
        width: 85%;
    }
    .aboutus_text{
        text-align: justify;
    }
}
/********************************************  (min-width: 320px) and (max-width:480px)*******************************************/
@media only screen and (min-width: 480px) and (max-width:768px)
{
    .img_head{
        color: #334a9f;
        font-size: 24px;
    }
    .img_box{
        text-align: center;
        margin: 10px 0px 30px 0px;
    }
    .abotus_img{
        width: 85%;
    }
    .aboutus_subhead{
      
        font-weight: 600;
        font-size: 24px;
    }
    .abotus_img{
        width: 60%;
    }
    .aboutus_text{
        text-align: justify;
    }
}

/********************************************  (min-width: 320px) and (max-width:480px)*******************************************/
@media only screen and (min-width: 768px) and (max-width:991px)
{ 
    .abotus_img{
        width: 65%;
    }
    .img_head{
        color: #334a9f;
        font-size: 24px;
        text-align: center;
        margin-top: 10px;
    }
}
/********************************************  (min-width: 320px) and (max-width:480px)*******************************************/
@media only screen and (min-width: 992px) and (max-width:1100px)
{ 
    .abotus_img{
        width: 85%;
    }
    .img_head{
        color: #334a9f;
        font-size: 24px;
        text-align: left;
    }
}