.members img{
    height: 250px;
    width: 300px;
    border-radius: 50%;
    margin-top: 40px;
    text-align: center;
}
.team{
    background-color: #38868A;
    padding-top: 40px;
    text-align: center;
}
.members{
    height: 230px;
    width: 300px;

}
.team_members{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    width: 100%;
    height: 400px;
    /* margin: 40px; */
    background-color: #38868A;
}

/* .ourteam{
    width: 100%;
    height: 400px;
    background-color: #38868A;
    text-align: center;
    margin-bottom: 40px;
} */


.team_group{
    text-align: center;
    width: 100%;
    height: 700px;
    background-color: #38868A;
    padding-bottom: 40px;
    

}

.group_members img{
    width: 80%;
    height: 600px;

}

.logodis{
    display: none;
}


@media(max-width:1000px){
    .team_members{
        display: inline;
        justify-content: space-between;
        text-align: center;
        width: 100%;
        height: 650px;
        background-color: #38868A;
        /* margin-bottom: 40px;
        padding-bottom: 40px; */
    }
    .members{
        height: 360px;
    width: 100%;
    justify-content: center;
    /* margin: 40px; */

    }
    /* .ourteam{
        width: 100%;
        height: 400px;
        background-color: #38868A;
        margin-bottom: 40px;
    } */

   
}

