.mtt-wrapper{
margin-bottom: 80px;
}

.mtt-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    
.team-member .h2 { font-weight:700; }
   
.team-member img{    }
    
.bigteam{
    display: block;
    margin: 0 auto;
    }
    
.bigteam img{    }

.team-member{
    text-align: center;
max-width:450px;
width: 49%;
margin-bottom: 20px;
    }

@media(max-width: 850px){
        .team-member{  width:98%;    }
    }