

.logoCustomise {
    width: 160px;
}
.team {
    width: 100%;
    height: 350px;
}

@media screen and (max-width: 720px) {
    .logoCustomise {
        width: 120px;
    }
    .team {
        width: 100%;
        height: 350px;
    }
    
}