.highlight-events {
    padding: 48px 16px;
    background: var(--yellow-light);
}

@media screen and (min-width: 1024px) {
    .highlight-events {
        padding: 96px 0px;
        position: relative;
    }

    .highlight-events .container {
        padding-left: 80px;
    }

    .highlight-events::before {
        content: '';
        width: 5%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: url("../images/pattern-1.png"), var(--yellow-light);
        background-blend-mode: darken;
        background-size: cover;
        background-position: center;
    }
}

.highlight-events .container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 1024px) {
    .highlight-events .container {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 64px;
    }
}

.highlight-events--title p {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: var(--inter);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
    .highlight-events--title p {
        font-size: 1rem;
    }
}

.highlight-events--title p::before {
    content: '';
    height: 32px;
    width: 32px;
    -webkit-mask: url("../images/icon/icon-fireworks.svg");
    mask: url("../images/icon/icon-fireworks.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: var(--black);
}

@media screen and (min-width: 1024px) {
    .highlight-events--title {
        order: 1;
    }
}

.btn-redirection {
    order: 5;
    justify-content: center;
}

@media screen and (min-width: 1024px) {
    .btn-redirection {
        order: 2;
        align-self: center;
        text-decoration: none;
        color: var(--black);
    }
}

@media screen and (min-width: 1281px) {
    .btn-redirection {
        margin-left: 150px;
    }
}

@media screen and (min-width: 1024px) {
    .highlight-events--slider {
        flex-basis: 100%;
        order: 4;
    }
}

@media screen and (min-width: 1024px) {
    .highlight-events--nav {
        order: 3;
    }
}