.hero-secondary {
    overflow-y: hidden
}

.hero-secondary--container {
    padding: 32px 0;
    position: relative
}

@media screen and (min-width: 992px) {
    .hero-secondary--container {
        padding: 64px 0
    }
}

.hero-secondary--container::before {
    content: '';
    height: calc(100% + 26px);
    width: 346px;
    -webkit-mask: url("../images/illus-odysse.svg") no-repeat right;
    mask: url("../images/illus-odysse.svg") no-repeat right;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    left: -126px;
    bottom: 0;
    background: var(--light-green);
    z-index: -1
}

@media screen and (min-width: 768px) {
    .hero-secondary--container::before {
        width: 460px;
        height: 320px
    }
}

.hero-secondary--content {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 700px;
    margin-inline: auto;
    padding-inline: 16px
}

@media screen and (min-width: 732px) {
    .hero-secondary--content {
        padding-inline: 0
    }
}

@media screen and (min-width: 992px) {
    .hero-secondary--content {
        gap: 32px
    }
}

.hero-secondary--content .uptitle+h1 {
    margin-top: -8px
}

@media screen and (min-width: 992px) {
    .hero-secondary--content .uptitle+h1 {
        margin-top: -32px
    }
}