/* body{
   /* background-color: #29332F;; 
} */
.about_page{
    width: 100%;
}
.about_page img{
    width: 100%;
    height: 400px;
    filter: brightness(49%);
}
.about_page_text{
    width: 100%;
    flex-flow: column;
}
.about_page_text p{
    font-size: 45px;
    /* transform: translateY(-300px); */
    position: relative;
    top: -270px;
    color: white;
}
.about_main_text{
    width: 100%;
    justify-content: center;
    flex-direction: column;
    flex-flow: column;
}
.about_main_text_1{
    background-color: white;
    width: 50%;
    flex-direction: column;
    flex-flow: column;
    height: 300px;
    text-align: center;
    box-shadow: 5px 8px 10px black;
    transform: translateY(-200px);
    margin: 0px;
}
.about_main_text_1 p:first-child{
    font-size: 33px;
    margin: 0px;
    width: 95%;
    text-align: center;
}
.about_main_text_1 p:last-child{
    font-size: 20px;
    margin: 0px;
    line-height: 30px;
}
.about_span{
    width: 50%;
    font-size: 10px;
    border: 2px solid black;
}
.about_text_div{
    width: 100%;
    justify-content: center;
    position: relative;
    top:-100px;
}
.about_text_div_1{
    width: 80%;
    background: white;
    justify-content: left;
    text-align: justify;
    box-shadow: 5px 8px 10px black;
}
.about_text_head{
    width:60%;
    margin: 10px 0px 10px 0px;
    font-size: 23px;
    border-radius: 10px;
    text-align: center;
    border: 3px solid black;
    background-color: yellow;
    margin-top: 40px;
    padding: 30px 0px 30px 0px;
}
.about_text_div_2{
    width: 100%;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.about_text_para{
    width: 90%;
    text-align: justify;
    line-height: 30px;
    font-size: 19px;
}
