.secondary-hero {
    background: var(--lilas);
    border-radius: 0 0 32px 32px;
    overflow: hidden;
    z-index: 2;
    position: relative;
}

@media screen and (min-width: 992px) {
    .secondary-hero {
        border-radius: 0 0 64px 64px;
    }
}

.secondary-hero--image {
    height: clamp(244px, 28.19vw, 406px);
    width: 100%;
    position: relative;
}

@media screen and (min-width: 992px) {
    .secondary-hero--image {
        max-width: 520px;
        flex-shrink: 0;
    }
}

.secondary-hero--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

@media screen and (min-width: 992px) {
    .secondary-hero--image img {
        border-radius: 16px;
    }
}

.secondary-hero--container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 148px 0 32px;
}

@media screen and (min-width: 992px) {
    .secondary-hero--container {
        flex-direction: row;
        gap: clamp(16px, 9.31vw, 134px);
        align-items: center;
        padding: 222px 0 66px;
    }
}

.secondary-hero--content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}

@media screen and (min-width: 992px) {
    .secondary-hero--content {
        align-items: flex-start;
        text-align: left;
    }
}

@media screen and (min-width: 992px) {
    .secondary-hero--content p:not(.uptitle) {
        font-size: 1.125rem;
    }
}

.secondary-hero--content .uptitle {
    color: var(--violet);
}

.secondary-hero .illus {
    position: absolute;
    z-index: 0;
}

.secondary-hero .illus-top {
    width: 348px;
    left: -25%;
    top: -25%;
    rotate: 11deg;
}

@media screen and (min-width: 992px) {
    .secondary-hero .illus-top {
        rotate: -11deg;
        width: 944px;
        left: -25%;
        top: -85%;
    }
}

.secondary-hero .illus-bottom {
    width: 416px;
    rotate: -90deg;
    right: -80%;
    bottom: 30%;
}

@media screen and (min-width: 992px) {
    .secondary-hero .illus-bottom {
        rotate: -11deg;
        width: 944px;
        bottom: -110%;
        right: -15%;
    }
}

/*# sourceMappingURL=style.css.map */