.home-banner .wrapper {
    padding: 0 !important;
    left: 0;
}

.hero-banner-april-sale {
    font-family: FranklinGothic-HvyIt, sans-serif;
    font-size: clamp(1px, 1.3vw, 10px);
    font-weight: 700;
    color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
}

@media (min-width: 1025px) {
    .hero-banner-april-sale {
        font-size: clamp(10px, 1vw, 16px);
    }
}

@media (min-width: 1025px) {
    .hero-banner-april-sale {
        font-size: 14px;
    }
}

.hero-banner-april-sale__wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
}

.rich-hero-banner-april-sale {
    display: flex;
    justify-content: center;
}


.rich-hero-banner-april-sale__subtitle {
    font-size: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(232, 32, 17);
    background-color: #000;
    color: #fff100;
    padding: 5px 5px;
    border-radius: 0 0 10px 10px;
}

.rich-hero-banner-april-sale__subtitle--number {
    min-width: 1.1em;
    display: inline-block;
}

.rich-hero-banner-april-sale__subtitle--text {
    display: inline-block;
}

@media (min-width: 1025px) {
    .rich-hero-banner-april-sale__subtitle {
        padding: 10px 10px;
    }
}