.hero-wrapper {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: calc(60px + var(--js-header-height));
    transition: padding-top 0.15s ease-out;
    padding-bottom: 60px;
}

.equipe-hero-content {
    max-width: 1700px;
    margin: 0 auto;
}
.banner-red {
    padding-bottom: 0;
}
.equipe-hero-heading {
    max-width: 1000px;
}

.equipe-hero-lead {
    font-size: 32px;
}

.hero-article {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero-article-heading {
    font-size: 24px;
    font-weight: 900;
}

.content-text {
    margin-top: 60px;
}

.ymarketing {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ymarketing h3 {
    font-weight: bold;
}

.ymarketing p {
    margin-top: 30px;
}

.cta-text,
.equipe-body-subtitle {
    margin-top: 60px;
    font-weight: 900;
}

.hero-cta {
    margin-top: 20px;
    max-width: 220px;
}

.equipe-hero-image-wrapper {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.equipe-hero-image {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.equipe-hero-image-background {
    background-color: var(--primary);
    height: 80%;
    width: 100%;
    max-width: 600px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    z-index: 0;
}

.member-card-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.member-card-image {
    position: relative;
    z-index: 1;
}

.member-card-background {
    background-color: var(--primary);
    height: 60%;
    width: 100%;
    max-width: 600px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15%;
    z-index: 0;
}

.member-card-title {
    margin-top: 20px;
    font-weight: 900;
}

.equipe-body-description {
    margin-top: 20px;
}

.equipe-banner-wrapper {
    margin-top: 60px;
    background-color: var(--light-gray);
}

.equipe-banner {
    padding-top: 30px;
    padding-bottom: 30px;
}

.equipe-banner-content {
    max-width: 800px;
}

.equipe-banner-title {
    font-weight: 900;
}
.equipe-banner-text {
    margin-top: 20px;
}

.equipe-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    margin-top: 150px;
    padding-bottom: 100px;
}

@media only screen and (min-width: 500px) {
    .equipe-grid-wrapper {
        gap: 50px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 768px) {
    .equipe-grid-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 1024px) {
    .hero-wrapper {
        padding-bottom: 226px;
        padding-top: calc(150px + var(--js-header-height));
    }
}
@media only screen and (min-width: 1280px) {
    .hero-article-heading {
        font-size: 32px;
    }

    .hero-wrapper {
        padding-bottom: 226px;
    }
    .equipe-hero-image {
        max-width: 800px;
    }

    .equipe-hero-image-background {
        left: 0;
        max-width: 100%;
        transform: translateX(0);
    }

    .hero-article {
        flex-direction: row;
        column-gap: 15%;
    }

    .ymarketing {
        margin-top: 60px;
        margin-bottom: 90px;
    }

    .article-content {
        margin-top: 100px;
        width: 50%;
        padding-bottom: 60px;
    }
}
