
.aboutus{
    background-color: aqua;
    width: 85%;
    height: 250px;
    margin: auto;
    font-family: "Poppins", sans-serif;
    background-image: url(https://th.bing.com/th/id/OIP.LjyMFyXbZTe30PqK4rPwCAHaE8?w=250&h=180&c=7&r=0&o=5&dpr=1.5&pid=1.7);
    background-repeat: space;
    background-size: cover;
    background-position: center;
    opacity: 1;
   
}

.containertop h2{
    font-size: 40px;
    color: white;
    text-align: center;
    padding-right: 200px;

    
}

.imagee{
    width: 85%;
    margin: auto;
    height: 400px;
}

.textt{
    width: 85%;
    margin: auto;

}

.section-title {
    margin-bottom: 60px;
}

.text-center {
    text-align: center!important;
}
.section-title h3 {
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.member-pic {
    position: relative;
}

.team-member{
    border: 2px solid rgb(209, 205, 205);
    margin: 18px;
    box-sizing: border-box;
    display: flex;
    height: fit-content;
}
