.aboutus{
    background-color: #90f1ef7a;
    border-radius: 15px;
    padding: 10px 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);

}
.aboutus img{
    height: 318px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.aboutus P{
    border-radius: 15px;
    background-color: #90c4f17a;;
    padding: 20px 20px;
    font-weight: 400;
    font-size: large;
}