body {
    background-color: #fff;
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    font-family: KelloggsSansRegular, sans-serif;
}

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

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

.second-row {
    display: flex;
    flex-direction: row-reverse;
}

.padding {
        padding-bottom: 50px;
    }
    
.section-riceBubble .riceBubble-box:first-child {
    width: 50%;
}

.riceBubble-box {
    position: relative;
}

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

.section-riceBubble .riceBubble-box:nth-child(2) {
    width: 50%;
    background: url(/content/dam/Australia/kelloggs_au/images/brands/rice-bubbles/pink-tile.png) no-repeat;
    background-size: cover;
}

.riceBubble-box.new_bkg {
    background-image: url(/content/dam/Australia/kelloggs_au/images/brands/rice-bubbles/red-tile.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.riceBubble-box.growing-kids {
    background-image: url(/content/dam/Australia/kelloggs_au/images/brands/rice-bubbles/ricebubbles-desktop-articlebg2.jpg);
}

.riceBubble-box.growing-kids.new_bkg .newText {
    margin-top: 80px !important;
}

.riceBubble-box .content {
    display: block;
    line-height: 1;
    text-align: left;
    width: 485px;
    margin: 36px auto;
}

.riceBubble-box .content h4 {
    font-size: 34px;
    margin-bottom: 20px;
    color: yellow;
}

.riceBubble-box.growing-kids.new_bkg .newText p {
    color: white !important;
}

.riceBubble-box .content p {
    line-height: 1.4;
    color: white;
    font-size: 17px;
}

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

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

.btn-group.btn-group2 img {
    height: 40px;
    width: 160px;
}

.riceBubble-box .content img {
    display: block;
    width: 160px;
    height: 40px;
}

.btn-group-mobile {
    display: none;
}

u {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .second-row {
        flex-direction: column;
    }
    .section-riceBubble {
        flex-direction: column;
    }
    .padding {
        padding-bottom: 50px;
    }
    .section-riceBubble .riceBubble-box:first-child {
        width: 100%;
    }
    .section-riceBubble .riceBubble-box:nth-child(2) {
        width: 100%;
    }
    .riceBubble-box .content.newText {
        height: 300px !important;
    }
    .riceBubble-box .content {
        text-align: center;
        font-size: 16px;
        width: 349px;
        margin: 50px auto;
    }
    .riceBubble-box .content h4 {
        font-size: 25px;
        line-height: 23px;
    }
    .riceBubble-box .content p {
        font-size: 16px;
        line-height: 22px;
    }
    .btn-group {
        display: none;
    }
    .btn-group.btn-group2 img {
        height: 45px;
        width: 150px;
    }
    .riceBubble-box .content img {
        width: 200px;
        height: auto;
    }
    .btn-group-mobile {
        justify-content: center;
    }
    .btn-group-mobile {
        display: flex;
        margin-top: 20px;
    }
}

@media screen and (max-width: 600px) {
    .btn-group-mobile {
        gap: 0px;
    }
        .btn-group-mobile a:first-child {
        margin-right: 10px;
    }
}