.banner .h2 {
    margin-top: 2.2em;
    filter: drop-shadow(1px 1px 7px rgba(0, 0, 0, .25));
}
.soda-game {
    padding: 4.2rem 0 7.3rem;
}
.about-us_page .sodas-column-title {
    padding: 3.75rem 0 4.1rem 15rem;
    background: var(--yellow) url('../images/yellowBG.jpg') left center no-repeat;
    background-size: cover;
}
.highlight-sec {
    margin-bottom: 4.1rem;
}
.fd-slogan {
    position: absolute;
    width: 12.25rem;
    z-index: 10;
    top: 0;
    left: 0;
    transform: translate(-45%, -53%);
}

@media screen and (max-width: 767px) { 
    .banner .h2 {
        margin-top: 3em;
        text-align: center;
    }
    .banner .p {
        text-align: center;
        filter: drop-shadow(1px 1px 7px rgba(0, 0, 0, .25));
    }
    .soda-game {
        padding: 1.6rem 0 5.55rem;
    }
    .fd-slogan {
        width: 7rem;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .about-us_page .sodas-column-title {
        text-align: center;
        padding: 5.5rem 0.85rem 1.5rem;
        background-image: url('../images/yellow-bg-mob.jpg');
        background-position: center top;
    }
    .highlight-sec {
        margin-bottom: 2rem;
    }
}