.about{
    /* padding-top: 50px; */
}


.welcome{
    text-align: center;
    
    padding-bottom: 20px;
    color: #38868A;
    z-index: 3;
    width: 100%;
    /* margin: 40px;  */
    
}

.about-container{
    display: flex;
    gap: 30px;
    /* justify-content: space-between; */
    /* background-color: #38868A; */
    color: #38868A;
    padding-bottom: 20px;
    /* box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2), 0 6px 0 0 rgba(0, 0, 0, 0.3); */
    /* margin-left: 60px; */
    /* margin-right: 60px; */
    /* margin: 40px; */

    
}

.about_view{
    width: 60%;
}

.about_img{
    width: 40%;
} 

.about_img img {
    width: 100%;
    /* height: 300px; */
    /* object-fit: contain; */
}




@media(max-width:800px){
    

    .about{
        display: inline;
        
        text-align: center;
        
    }

    .about_view{
        width: 100%;
    }

    .about_img{
        width: 100%;
       /* margin-left: 30px; */
       /* margin-right: 130px; */
       text-align: center;
       display: none;
    }
    .about_img img {
        width:300px;
    }
    .body{
        margin-bottom: 20px;
    }

}
