.section2{
    height: 500px;
    background-color: #01581a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    font-weight: bold;
    color: #ffffffde;
}

.section2AboutusPart1Img{
    width: 100%;
    height: 400px;
    background-image: url(/images/Aboutusimg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px ;
    box-shadow: 0 1px 20px 2px gray;
}
@media(max-width:676px){
    .section2Aboutusp1{
        font-size: 2rem;
    }
}