.banner {
    background-image: url(https://propulse-corner.com/wp-content/uploads/2025/11/menu-fond.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin-top: -6rem;
    padding-top: 10rem;
}

h1 {
    text-transform: uppercase;
    font-size: 4rem;
    text-shadow: 0 0 24px var(--light-purple);
    margin-bottom: 0;
}

.text-line {
    font-family: var(--font-primary);
    text-transform: uppercase;
    font-size: .875rem;
    margin-top: 1rem;
}

@media screen and (max-width:980px) {
    h1 {
        font-size: 2rem;
    }

    p {
        font-size: 1rem;
    }

    p.has-unbounded-font-family {
        font-size: 1.25rem !important;
    }

    .has-medium-font-size {
        font-size: 1rem !important;
    }
}