#equipe{
    background: #F4F4FF;
    padding: 2rem 0 15px 0;
}

#equipe h2{
    font-weight: 325;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    color: #0000FF;
    margin: 30px 0;
}
#equipe h2 strong{
    display: block;
}

#equipe p{
    font-weight: 325;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.3px;
    color: #323D5C;
}

#equipe .membres{
    margin: 55px 0 0 0;
    text-align: center;
}

#equipe .membres .membre{
    margin-bottom: 1rem;
}

#equipe .membres .membre figure{
    margin: 0 0 1rem 0;
}

#equipe .membres .membre figure img{
    width: 265px;
    height: 310px;
    object-fit: cover;
}

#equipe .membres .membre .name{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #1C1C1C;
    margin: 0 0 10px 0;
}

#equipe .membres .membre .job{
    font-weight: 325;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.3px;
    color: #0000FF;
    margin: 0;
}

@media screen and (min-width: 992px){

    #equipe{
        padding: 65px 0 115px 0;
    }

    #equipe h2{
        font-size: 50px;
        line-height: 58px;
    }

    #equipe p{
        width: 800px;
        margin: auto;
    }

    #equipe .membres{
        margin: 120px 0 0 0;
        display: flex;
        grid-gap: 52px;
        justify-content: center;
        flex-wrap: wrap;
    }

    #equipe .membres .membre{
        width: 30%;
        margin-bottom: 0;
    }
}


@media screen and (min-width: 1200px){
    #equipe h2{
        font-size: 60px;
        line-height: 58px;
    }
}
