.markup-imageGallery h2 {
    text-align: center;
    font-size: 48px;
    padding: 20px;
    color: #BA0C2F;
    font-family: 'WebRefreshCorneliusSans';
}

.el-markup-imageGallery h2 {
    text-align: center;
    font-size: 48px;
    padding: 20px;
    color: rgb(186, 12, 47);
    font-family: WebRefreshOpenSans;
}

.markup-imageGallery {
    padding-top: 30px;
    padding-bottom: 100px;
    background-color: #F59C00;

    img {
        display: none;
    }
}

.el-markup-imageGallery {
    padding-top: 30px;
    padding-bottom: 100px;
    background-color: #F59C00;

    img {
        display: none;
    }
}

.markup-imageGallery p {
    /*text-align: center;*/
    font-size: 21px;
    /*padding-bottom: 25px;*/
    font-weight: 600;
    font-family: 'KelloggsSansMedium';
    color: white;
    padding-left: 100px;
    padding-right: 150px;
}

.el-markup-imageGallery p {
    /*text-align: center;*/
    font-size: 21px;
    /*padding-bottom: 25px;*/
    font-weight: 600;
    font-family: WebRefreshOpenSans;
    color: white;
    padding-left: 100px;
    padding-right: 150px;
}

body {
    font-family: KelloggsSansRegular, sans-serif;
}

@media only screen and (max-width: 767px) {
    .markup-imageGallery h2 {
        font-size: 28px;
        padding: 16px;
        text-align: start;
        padding-bottom: 0;
    }

    .el-markup-imageGallery h2 {
        font-size: 28px;
        padding: 16px;
        text-align: start;
        padding-bottom: 0;
    }

    .markup-imageGallery p {
        font-size: 14px;
        font-family: 'KelloggsSansRegular';
        padding-left: 16px;
        padding-right: 16px;
    }

    .el-markup-imageGallery p {
        font-size: 14px;
        font-family: 'KelloggsSansRegular';
        padding-left: 16px;
        padding-right: 16px;
    }

    .markup-imageGallery {
        padding-bottom: 20px;

        img {
            display: block;
        }
    }

    .el-markup-imageGallery {
        padding-bottom: 0px;

        img {
            display: block;
        }
    }
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    background: #c50032;
    padding-left: 100px;
    padding-right: 100px;
    font-family: "KelloggsSansMedium";
    overflow: hidden;

    &.second-block {
        padding-top: 30px;
        padding-left: 0px;
        padding-bottom: 30px;

        .image-content {
            flex: 0 0 40%;
        }
    }
}

.curved-banner {
    background: #c50032;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    height: 100px;
    color: #ffffff;
}

.hide-desktop>img {
    display: none;
}

.white-bar {
    display: none;
}

.text-content {
    flex: 0 0 60%;

    .second {
        padding-bottom: 40px;
    }
}

.el-text-content {
    flex: 0 0 60%;

    .second {
        padding-bottom: 40px;
    }
}

.text-content h2 {
    color: #ffd633;
    font-weight: 700;
    font-size: 48px;
    font-family: "WebRefreshCorneliusSans";
}

.el-text-content h2 {
    color: rgb(255, 214, 51);
    font-weight: 700;
    font-size: 48px;
    font-family: WebRefreshOpenSans;
}

.text-content p {
    font-size: 24px;
    color: #ffffff;
    font-family: WebRefreshOpenSans;
    font-weight: 600;
}

.el-text-content p {
    font-size: 24px;
    color: #ffffff;
    font-family: WebRefreshOpenSans;
    font-weight: 600;
}

.image-content {
    flex: 0 0 48%;
}

@media only screen and (max-width: 767px) {

    .content-wrapper {

        padding-left: 16px;
        padding-right: 16px;
        gap: 24px;

        &.second-block {
            padding-left: 16px;
            padding-bottom: 0px;
            flex-direction: column;
        }
    }

    .curved-banner {
        border-top-left-radius: 50% 21%;
        border-top-right-radius: 50% 21%;
        height: 230px;
    }

    .text-content {
        flex: unset;

        .second {
            padding-bottom: 0;
        }
    }

    .el-text-content {
        flex: unset;

        .second {
            padding-bottom: 0;
        }
    }

    .text-content h2 {
        font-weight: 700;
        font-size: 28px;
    }

    .el-text-content h2 {
        font-weight: 700;
        font-size: 28px;
    }

    .text-content p {
        font-size: 14px;
    }

    .el-text-content p {
        font-size: 14px;
    }

    .hide-image {
        display: none;
    }

    .hide-desktop>img {
        display: block;
    }

    .mobile-image {
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: -6px;
    }

    .white-bar {
        display: block;
        border: none;
        height: 2px;
        background-color: #fff;
        width: 50%;
        margin: 30px auto;
        opacity: 0.8;
    }
}

/* cartoon monkey inage banner css starting */

/* Default: Desktop */
.desktop-img {
    display: block;
}

.mobile-img {
    display: none;
}

.ImageText {
    position: relative;
    align-items: center;
}

.centered br {
    display: none;
}

.de-centered br {
    display: none;
}

.el-centered br {
    display: none;
}

.ImageText img {
    background-size: 100% 100%;
    object-fit: contain;
}

.img-CTA {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 30%;
    align-items: center;
    width: 100%;
    gap: 40px;
    padding-left: 400px;
}

.centered {
    font-weight: 700;
    font-size: 40px;
    font-family: WebRefreshCorneliusSans;
    /*padding-bottom: 20px;*/
}

.de-centered {
    font-weight: 700;
    font-size: 30px;
    font-family: WebRefreshCorneliusSans;
    /*padding-bottom: 20px;*/
}

.el-centered {
    font-weight: 700;
    font-size: 40px;
    font-family: WebRefreshOpenSans;
    /*padding-bottom: 20px;*/
}

.Imgbutton {
    font-weight: 700;
    font-size: 38px;
    font-family: WebRefreshCorneliusSans;
    display: flex;
    background: #c9002b;
    color: white;
    text-decoration: none;
    padding: 20px 0px;
    width: 35%;
    justify-content: center;
    border-radius: 50px;
    font-size: 2rem;
    font-weight: bold;
    transition: background 0.3s ease;
}

.hero-btn {
    background: transparent;
    border: none;
    color: #fff;
}

.el-hero-btn {
    background: transparent;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    color: rgb(255, 255, 255);
    font-family: WebRefreshOpenSans;
}

/* Tablet Screen */

@media screen and (max-width: 768px) and (min-width: 767px) {
    .de-centered {
        font-size: 22px;
        display: flex;
        justify-content: center;
        width: 90%;
        /* padding-bottom: 80px; */
    }

    .el-centered {
        font-size: 22px;
        display: flex;
        justify-content: center;
        width: 90%;
        /* padding-bottom: 80px; */
    }

    .centered {
        font-size: 22px;
        display: flex;
        justify-content: center;
        width: 90%;
        /* padding-bottom: 80px; */
    }

    .img-CTA {
        gap: 24px;
    }

    .Imgbutton {
        padding: 10px 0px;
        width: 30%;
        font-size: 10px;
    }
}


@media screen and (max-width: 820px) and (min-width: 769px) {

    .de-centered {
        font-size: 23px;
        display: flex;
        justify-content: center;
        width: 90%;
        /* padding-bottom: 80px; */
    }

    .el-centered {
        font-size: 23px;
        display: flex;
        justify-content: center;
        width: 90%;
        /* padding-bottom: 80px; */
    }

    .centered {
        font-size: 23px;
        display: flex;
        justify-content: center;
        width: 90%;
        /* padding-bottom: 80px; */
    }

    .Imgbutton {
        padding: 13px 0px;
        width: 33%;
        font-size: 13px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 821px) {

    .de-centered {
        font-size: 29px;
    }

    .el-centered {
        font-size: 29px;
    }

    .centered {
        font-size: 29px;
    }
}


/* Mobile screen */
@media screen and (max-width: 767px) {
    .de-centered br {
        display: block;
    }

    .el-centered br {
        display: block;
    }

    .centered br {
        display: block;
    }

    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
    }

    .de-centered {
        font-size: 22px;
        display: flex;
        justify-content: right;
        width: 90%;
        padding-bottom: 20px;
    }

    .el-centered {
        font-size: 22px;
        display: flex;
        justify-content: right;
        width: 90%;
        padding-bottom: 20px;
    }

    .centered {
        font-size: 22px;
        display: flex;
        justify-content: right;
        width: 90%;
        padding-bottom: 20px;
    }

    .Imgbutton {
        width: 95%;
        padding: 5px 0px;
    }

    .ImageText {
        margin-bottom: 90px;
    }
    
    .img-CTA {
       padding-left: 0px;
    }
}

/* cartoon monkey inage banner css ending */


/* kelloggs crispier image banner css starting */

/* Default: Desktop */
.desktop-crispier-img {
    display: block;
}

.mobile-crispier-img {
    display: none;
}

.crispierImageText {
    position: relative;
}

.crisp-heading1 br {
    display: none;
}

.crispierImageText img {
    background-size: 100% 100%;
    object-fit: contain;
}

.img-TEXT {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 25%;
    align-items: center;
    width: 100%;
    gap: 40px;
    padding-right: 400px;
}

.crisp-heading1 {
    font-weight: 400 !important;
    font-size: 60px;
    font-family: WebRefreshCorneliusSans;
    color: white;
}

.el-crisp-heading1 {
    font-weight: 400 !important;
    font-size: 60px;
    font-family: WebRefreshOpenSans;
    color: white;
}

.el-crisp-heading2 {
    font-weight: 400 !important;
    font-family: WebRefreshOpenSans;
    display: flex;
    color: #ffd633;
    text-decoration: none;
    justify-content: center;
    font-weight: bold;
    font-size: 85px;
}

.crisp-heading2 {
    font-weight: 400 !important;
    font-family: WebRefreshCorneliusSans;
    display: flex;
    color: #ffd633;
    text-decoration: none;
    justify-content: center;
    font-weight: bold;
    font-size: 75px;
}

/* Tablet Screen */

@media screen and (max-width: 768px) and (min-width: 767px) {
    .img-TEXT {
        gap: 13px;
        top: 94px;
    }

    .crisp-heading1 {
        font-size: 32px;
        display: flex;
        justify-content: center;
        width: 90%;
        color: white;
        font-weight: 400 !important;
    }

    .el-crisp-heading1 {
        font-size: 32px;
        display: flex;
        justify-content: center;
        width: 90%;
        color: white;
        font-weight: 400 !important;
    }

    .crisp-heading2 {
        font-size: 50px;
        color: #ffd633;
        font-weight: 400 !important;
    }

    .el-crisp-heading2 {
        font-size: 50px;
        color: #ffd633;
        font-weight: 400 !important;
    }
}


@media screen and (max-width: 820px) and (min-width: 769px) {
    .img-TEXT {
        top: 29%;
        gap: 3px;
    }

    .crisp-heading1 {
        font-size: 35px;
        color: white;
        font-weight: 400 !important;
    }

    .el-crisp-heading1 {
        font-size: 35px;
        color: white;
        font-weight: 400 !important;
    }

    .crisp-heading2 {
        font-size: 53px;
        color: #ffd633;
        font-weight: 400 !important;
    }

    .el-crisp-heading2 {
        font-size: 53px;
        color: #ffd633;
        font-weight: 400 !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 821px) {
    .img-TEXT {
        top: 30%;
        gap: 17px;
       /* padding-right: 300px;*/
    }

    .crisp-heading1 {
        font-size: 44px;
        color: white;
        font-weight: 400 !important;
    }

    .el-crisp-heading1 {
        font-size: 44px;
        color: white;
        font-weight: 400 !important;
    }

    .crisp-heading2 {
        font-size: 66px;
        color: #ffd633;
        font-weight: 400 !important;
    }

    .el-crisp-heading2 {
        font-size: 66px;
        color: #ffd633;
        font-weight: 400 !important;
    }
}


/* Mobile screen */
@media screen and (max-width: 767px) {
    .crisp-heading1 br {
        display: block;
    }

    .el-crisp-heading1 br {
        display: block;
    }

    .desktop-crispier-img {
        display: none;
    }

    .mobile-crispier-img {
        display: block;
    }

    .crisp-heading2 {
        width: 95%;
        padding: 5px 0px;
    }

    .el-crisp-heading2 {
        width: 95%;
        padding: 5px 0px;
    }

    .crispierImageText {
        margin-bottom: 90px;
    }

    .img-TEXT {
        top: 6%;
        gap: 0px;
        padding-right: 0px;
    }

    .crisp-heading1 {
        font-size: 27px;
        display: flex;
        justify-content: center;
        width: 90%;
        padding-bottom: 3px;
        color: white;
        font-weight: 400 !important;
    }

    .el-crisp-heading1 {
        font-size: 27px;
        display: flex;
        justify-content: center;
        width: 90%;
        padding-bottom: 3px;
        color: white;
        font-weight: 400 !important;
    }

    .crisp-heading2 {
        font-size: 48px;
        font-family: WebRefreshCorneliusSans;
        display: flex;
        color: #ffd633;
        justify-content: center;
        font-weight: 400 !important;
    }

    .el-crisp-heading2 {
        font-size: 48px;
        font-family: WebRefreshCorneliusSans;
        display: flex;
        color: #ffd633;
        justify-content: center;
        font-weight: 400 !important;
    }
    /*  Image CTA */

}

/* kelloggs crispier image banner css ending */


/*cups-css starts*/
div.el-bento-grid .el-bento-box h2,
div.el-bento-grid .el-bento-box p {
    font-family: WebRefreshOpenSans !important;
}

div.el-bento-grid .el-bento-box .button {
    font-family: WebRefreshOpenSans !important;
}

/*cups-css ends*/