* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.kstl-rich-text {
    max-width: 1440px !important;
    margin: auto;
}

.content1 {
    position: relative;
    text-align: left;
    color: black;
}

.banner img {
    width: 100%;
    /* height: 420px; */
    display: block;
    margin-top: 0px;
}

.section-kelloggs.first-row {
    margin-bottom: 30px;
}

.section-kelloggs {
    display: flex;
    flex-direction: row;
}

.section-kelloggs .kelloggs-box1.newClass {
    width: 100% !important;
    height: 362px !important;
    background: url(/content/dam/Australia/kelloggs_nz/images/brands/kelloggs/HighProteinGranola_BrandPage_Desktop_Tile2.jpg) no-repeat;
    background-size: 100%;
}

.kelloggs-box1.newClass .content {
    display: block;
    line-height: 1.2;
    text-align: left;
    width: 513px;
    margin-left: auto;
    padding-right: 90px;
    margin-top: 40px;
}

.kelloggs-box1.newClass .content h4 {
    font-size: 33px;
    color: white;
    margin-bottom: 30px;
    line-height: 1.3;
    font-family: KelloggsSansRegular, sans-serif;
}

.kelloggs-box1.newClass .content p {
    font-size: 17px;
    color: white;
    margin-bottom: 10px;
    line-height: 1.5;
    font-family: KelloggsSansRegular, sans-serif;
}

.btn-group.btn-group2 {
    margin-top: 35px;
}

.btn-group {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.btn-group.btn-group2 img {
    height: auto;
    width: auto;
    max-width: 100%;
}

.banner-box-3 img {
    display: block;
    width: 100%;
}

.section-kelloggs.second-row {
    display: none;
}

.grid.with-bg-white {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.products-container {
    padding: 0px 0 60px 0 !important;
}

@media screen and (min-width: 997px) {
    .header-desktop {
        display: block !important;
    }
        .header-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    .header-desktop {
        display: none !important;
    }
        .header-mobile {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .banner img {
        margin-top: 0px;
    }
    .section-kelloggs {
        flex-direction: column;
    }
    .section-kelloggs .kelloggs-box1.newClass {
        display: none;
    }
    .kelloggs-box1.newClass .content {
        display: none;
    }
        .btn-group {
        justify-content: center;
    }
        .btn-group.btn-group2 img {
        height: auto;
        width: 200px;
        max-width: 100%;
    }
        .section-kelloggs.second-row {
        display: flex;
        margin-top: -30px;
    }
        .section-kelloggs .kelloggs-box:first-child {
        width: 100%;
    }
        .kelloggs-box {
        position: relative;
    }
   		.section-kelloggs .kelloggs-box:nth-child(2) {
        width: 100%;
    }
        .kelloggs-box.new_bkg {
        background-image: url(/content/dam/Australia/kelloggs_nz/images/brands/kelloggs/HighProteinGranola_BrandPage_Mobile_Tile3.jpg) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
        .kelloggs-box.growing-kids.new_bkg .newText {
        margin-top: 60px !important;
    }
        .kelloggs-box .content.newText {
        height: 330px !important;
    }
   	 	.kelloggs-box .content {
        text-align: center;
        font-size: 16px;
        width: 349px;
        margin: 50px auto;
    }
        .kelloggs-box .content h4 {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 20px;
        color: white;
        font-family: KelloggsSansRegular, sans-serif;
    }
        .kelloggs-box .content p {
        font-size: 21px;
        line-height: 28px;
        color: white;
        font-family: KelloggsSansRegular, sans-serif;
    }
        .btn-group-mobile {
        justify-content: center;
        display: flex;
        margin-top: 35px;
    }
    .kelloggs-box .content img {
        width: 200px;
        height: auto;
    }
}