
/*----About Us Page Section start----*/
.about_us_page_header{
    width: 90%;
    margin: auto;
    text-align: center;

}
.about_us_page_header h1{
    color: #b3901d;
    padding: 10px;

}
.about_us_page_header p{
    padding-bottom: 15px;

}
.about_us_description_main{
    width: 90%;
    height: auto;
    margin: auto;
}
.about_us_all_details{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;

}
.about_us_image_size{
    width: 50%;
}
.about_us_image_size img{
    width: 100%;
}
.about_us_mission{
    width: 50%;


}
.about_us_mission{
    padding: 0px 10px 0px 10px;
}
.about_us_mission h2{
    background-color: #d4d4d4;
    padding: 10px;
    color: #b3901d;
}
.about_us_mission p{
    padding: 10px;
    color: #333;
}
