.block-4-team {
    background-color: var(--grey2);
}

.block-4-team .textWrap{
    margin-bottom: 8rem;
    font-size: 2.4rem;
}

.block-4-team .flexRow{
    row-gap: 4rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.block-4-team .teamName{
    font-size: 2.4rem;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1.2rem;
    text-align: center;
}

.block-4-team .teamMail{
    font-size: 1.9rem;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    text-align: center;
}

.block-4-team .teamMail a{
    color: var(--grey3);
}

.block-4-team .teamLinkedIn{
    margin-top: 1.2rem;
    text-align: center;
}

.block-4-team .teamLinkedIn img{
    width: 2rem;
}

@media(max-width: 767px){
    .block-4-team .textWrap{
        font-size: 2rem;
    }
}