.mtt-h2{
font-size: 50px;
margin-bottom: 45px;
}
.mtt-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    
    .team-member{
    text-align: center;
    }
    
    .team-member img{
    width: 70%;
    }
    
    .bigteam{
    display: flex;
    justify-content: center;
    }
    
    .bigteam img{
    width: 40%;
    }

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

    @media(max-width: 850px){
        .bigteam img{
            width: 70%;
        }
    }