.hero {
    margin-top: 150px;
    max-width: 75ch;
}

.client__info {
    color: #8c8c8c;
}
.hero__logo img {
    max-width: 12rem;
    margin: auto;
}
h1 {
    font-size: var(--fs-700);
}
.objectif__text {
    height: 100%;
}
.obj:last-child {
    margin-bottom: 0 !important;
}
.gallery img {
    flex: 0 0 30%;
}
.avis .avis__text {
    max-width: 75ch;
    margin-inline: auto;
}
.avis .avis__text p {
    font-size: var(--fs-400);
}