.infos-text {
    overflow: hidden;
    background-color: var(--framb);
    height: 100svh;
    padding: 56px 16px;
    margin-top: -74px !important;
}

.infos-text::before {
    content: "";
    -webkit-mask: url(../images/pattern.svg) no-repeat center;
    mask: url(../images/pattern.svg) no-repeat center;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 1200px) {
    .infos-text {
        margin-top: -125px !important;
        padding: 125px 16px;
    }
}

.infos-text .infos-text--container {
    position: relative;
    max-width: 1004px;
    width: 100%;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    z-index: 1;
}

.infos-text .infos-text--container img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.infos-text .infos-text--container h1 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 24px;
}

@media screen and (min-width: 1280px) {
    .infos-text .infos-text--container h1 {
        font-size: 56px;
        margin-bottom: 40px;
    }
}

.infos-text .infos-text--container p {
    color: #FFF;
    text-align: center;
    max-width: 500px;
}

.infos-text--buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-top: 24px;
}

@media screen and (min-width: 1280px) {
    .infos-text--buttons {
        margin-top: 40px;
    }
}

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