.banner-image-text {
    background: url('/content/dam/europe/kelloggs_fr/images/Website-Banner_landing%20Page.png') no-repeat center center / cover;
    display: flex;
    align-items: center;
    padding-left: 5%;
    height: 500px;
    font-family: 'WebRefreshCorneliusSans';
    width: 100%;
}

.hero-content {
    color: #fff;
}

.hero-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 12vw 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: none;
}

.hero-banner {
    align-items: center;
    display: flex;
    padding: 120px 0px;
    width: 100%;
    max-width: 1440px;
    min-height: 508px;
    background: url('/content/dam/europe/kelloggs_fr/images/Website-Banner_Extra%20recipe%20page.png') no-repeat center center / contain;
}

.banner-content {
    text-align: center;
    margin-left: 40%;
}

.banner-title {
    color: #fff;
    font-family: 'WebRefreshCorneliusSans';
    line-height: 1.15;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.2;
}

/*----------------------Inrto section=---------*/
.intro-section {
    width: 100%;

}

.intro-container {
    margin: 0 auto;
    max-width: 1100px;
    text-align: center;

}

.intro-text {
    font-family: 'WebRefreshCorneliusSans';
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    color: black;
    line-height: 1.2;
}

.intro-text .highlight {
    color: #74391F;
    font-weight: 700;
}


.recipe-section {
    display: flex;
    max-width: 1320px;
    padding: 0px 60px;
    gap: 50px;
    padding-left: 12%;
}

.image-container {
    flex: 0 0 350px;
}

.image-container img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.content-container {
    padding-top: 24px;
}


.category-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
        font-family: WebRefreshCorneliusSans;
padding-bottom: 10px;
letter-spacing: 8%;
    color: #B90B2F;
}

.category-tag::before {
    content: "";
    display: inline-block;
    width: 56px;
    height: 2px;
    background-color: #B90B2F;
}

.recipe-title {
    font-family: WebRefreshCorneliusSans;
    font-size: 40px;
    line-height: 1.1;
    color: #74391F
}

.author {
    font-family: WebRefreshCorneliusSans;
    font-size: 24px;
    font-weight: 300;
}

.description {
    font-family: WebRefreshCorneliusSans;
    font-size: 24px;
    font-weight: 300;
    color: black;
}

.tag-section{
    background-color:#74391F;
    width: 100%;
    padding: 24px 16px;
}
.tag-container{
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
}
.tag-heading{
    color:#FFFFFF;
    font-family: WebRefreshCorneliusSans;
    font-size: 32px;
    font-weight: 200;
    margin:0;
    text-transform: none;
    line-height: 1.5;
    
}
.tag-line-break{
    display: block;
}
.tag-handle{
    white-space: nowrap;
}

.cereal-slider{
    padding-top: 0px !important;
}

@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;

    }
    .bottom-content{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
   
    .hero-title{
        font-size: 30px;
        margin: 0;
        text-align: center;

    }
    .hero-description{
        font-size: 30px;
        font-weight: 400;
        margin: 0 auto 12px auto;
        text-align: center;
        padding-top: 110%;
    }
    .hero-btn{
        width: 85%;
        max-width: 320px;
        height: auto !important;
        padding: 11px 0;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-description br{
    display: block !important;
    }
    .hero-banner{
        min-height: 620px;
        padding: 0 16px 20px 16px;
        align-items:flex-start;
        justify-content: center;
        background-image: url('/content/dam/europe/kelloggs_fr/images/Mobile-Banner_Extra%20recipe%20Page.png');
        background-position: center-bottom;
        background-size: cover;

    }
    .banner-content{
        margin-left: 0;
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }
.banner-title{
    font-size: 30px;
}
.intro-container{
    padding: 12px 24px 0px;
}
.intro-text{
    font-size: 24px;
    font-weight: 300;
}
.recipe-section{
    flex-direction: column;
    padding: 0px;
    padding-left: 24px;
    gap: 0px;
    align-items: flex-start;
    padding-right: 5px;
}

.image-container{
    flex: none;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}
.category-tag{
    width: 30px;
    letter-spacing: 8%;
    padding-bottom: 24px;
}
.recipe-title{
    font-size: 30px;
    margin-bottom: 8px;
    padding-bottom: 12px;
    
}
.recipe-title br{
    display: none;
}
.author{
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 5px;
}
.description{
    font-size: 16px;
    color: #374151;
}
.category-tag::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 2px;
    background-color: #B90B2F;
    flex-shrink: 0;
}


.tag-heading{
    font-size: 24px;
    padding: 0px !important;
}

.tag-line-break{
    display: inline;
}
}