.banner-box-3.anchor--benefits.special-k-box1 {
    margin-top: -1px;
}

.banner-box-3.anchor--benefits {
    display: flex;
    align-items: center;
    background: yellow;
    font-size: 20px;
    line-height: 24px;
    margin-top: -36px;
}

.banner-box-3 .column1 {
    width: 50%;
    height: 335px;
}

@media screen and (min-width: 1023px) {
    .banner-box-3 iframe {
        width: 100% !important;
    }
}

.banner-box-3 iframe {
    width: 620px;
    height: 335px;
    aspect-ratio: 21 / 9;
    display: block;
}

.banner-box-3 .column2 {
    width: 50%;
    margin: auto;
}

.banner-box-3 .column2 .content {
    width: 75%;
    margin: auto;
}

.content h4 {
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 10px;
    font-family: 'KelloggsSansBold', sans-serif;
}

.content p {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 38px;
}

.content1 .banner img {
    margin-top: 0px;
}

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

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

@media only screen and (max-width: 767px) {
    .banner-box-3.anchor--benefits {
        flex-direction: column;
        width: 100%;
    }

        .banner-box-3 .column1 {
        width: 100%;
        position: relative;
        padding-bottom: 56.25%;
        margin-bottom: 20px;
    }

    .banner-box-3 iframe {
        position: absolute;
        width: 100%;
        height: 67%;
        padding: 0 0 0 0;
        aspect-ratio: 21 / 9;
        display: block;
    }

    .banner-box-3 .column2 {
        margin-top: -70px;
        margin-bottom: 40px;
    }

        .banner-box-3 .column2 .content {
        width: 82%;
        margin: auto;
        /* align-items: center; */
        text-align: center;
    }

        .content h4 {
        display: none !important;
    }

        h5.mob_content {
        background-image: url(/content/dam/Australia/kelloggs_au/images/brands/brand%20logos/Brand%20Logos-CP1.png);
        background-size: cover;
        padding-bottom: 95px;
        background-repeat: no-repeat;
        margin-top: 0px;
    }

        .content p {
        font-size: 13px;
        font-weight: bold;
        line-height: 17px;
    }

        .banner img {
        height: 300px;
    }
}

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