.staticBackgroundBanner {
    background-size: cover;
    background-repeat: no-repeat;
}

    .staticBackgroundBanner p {
        margin: 0;
    }

    .staticBackgroundBanner .staticBackgrounBanner_number {
        font-family: var(--font-noto);
        font-size: 5rem;
        text-align: center;
    }

    .staticBackgroundBanner .staticBackgrounBanner_textNumber,
    .staticBackgroundBanner .staticBackgrounBanner_textNumber P {
        font-family: var(--font-noto);
        font-weight: var(--font-weight-semibold);
        font-size: 1.2rem;
        text-align: center;
    }

@media (min-width:768px) {
    .staticBackgroundBanner .staticBackgrounBanner_number {
        font-size: 6rem;
    }
}

@media (min-width:1200px) {
    .staticBackgroundBanner .staticBackgrounBanner_number {
        font-size: 7rem;
    }
}

@media (min-width:1920px) {
    .staticBackgroundBanner .staticBackgrounBanner_number {
        font-size: 9rem;
    }
}
