.team-container{
    min-height: 110vh;
}
.team-person{
    margin: 1rem 0.8rem;

}
.team-info-title{
}
.wp-container-team{
    width:100%;
}
.team-person-image{}
.team-person-name{
    margin:0;
    font-family: 'Montserrat-bold', sans-serif;
    margin-top:0.5rem;
}
.team-person-role{
    margin:0;
    font-size: 13px;

}
.team-person-email{
    margin:0;
    font-size: 18px;
    display: flex;
    margin-top:0.5rem;
}
.team-person-email > a:nth-child(1){
    display: flex;
}

.team-person-email-icon{
    width: 17px;
    margin-right: 0.6rem;
}
.team-section{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.team-info-title{
    text-align: center;
    font-size: 55px;
    margin: 0px;
    line-height: 1.5;
    font-family: 'Montserrat-bold', sans-serif;
}
.team-linkden-links{
    text-decoration: none;
    color: white;
}

@media only screen and (min-device-width: 751px ) and (max-device-width: 1100px){

    .team-person > img {
        width: 200px;
    }
}

@media only screen and (max-device-width: 750px){
    .team-info-title{
        text-align: center;
        margin-left: 0;
    }
    .team-container{
        height: auto;
        
    }
    .team-section{
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .team-person{
        margin: 1rem 1.2rem;
    }
}