.banner-image-text {
    background: url('/content/dam/europe/kelloggs_fr/images/Website-Banner_landing%20Page.png') no-repeat center / cover;
    display: flex;
    align-items: center;
    padding-left: 5%;
    height: 500px;
    font-family: 'WebRefreshCorneliusSans';
    width: 100%;
}

.hero-content {
    color: #fff;
    max-width: 55%;
    width: 100%;
}

.hero-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 160px 0;
    font-family: 'WebRefreshCorneliusSans';
}

.hero-description {
    font-size: 25px;
    font-weight: 200;
    color: #fff;
    font-family: 'WebRefreshCorneliusSans';
}

.hero-btn {
    display: inline-block;
    background-color: #c11d3b;
    font-size: 24px;
    padding: 14px 42px;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    width: 480px;
    font-family: 'WebRefreshCorneliusSans';
    color: #fff;
}

.hero-description br {
    display: block;
}

@media screen and (max-width: 768px) {
    .banner-image-text {
        background-image: url('/content/dam/europe/kelloggs_fr/images/Mobile-Banner_Landing%20Page.png');
        display: block !important;
        position: relative !important;
        height: auto !important;
        width: 100% !important;
        background-size: cover !important;
        padding-left: 0% !important;
        background-position: center top !important;
        aspect-ratio: 393/695 !important;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        height: 100%;
        width: 100%;
        padding: 7% 5% 5% 5%;
        box-sizing: box-border;
        max-width: 100%;

    }

    .bottom-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: relative;
        top: -15px;
    }

    .hero-title {
        font-size: 30px;
        margin: 0;
        text-align: center;

    }

    .hero-description {
        font-size: 24px;
        font-weight: 300;
        margin: 0 auto 12px auto;
        text-align: center;
    }

    .hero-btn {
        width: 100%;
        max-width: 360px;
        height: auto !important;
        padding: 11px 0;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-description br {
        display: none;
    }
}