section.banner .d-flex>div,
section.explore-flavor .d-flex>div,
section.history .d-flex>div {
    width: 100%;
}

section.explore-flavor .d-flex,
section.history .d-flex,
section.banner .d-flex {
    justify-content: space-between;
}

section.explore-flavor .d-flex,
section.banner .d-flex {
    align-items: center;
}

section.explore-flavor .d-flex {
    gap: 50px;
}

section.history img,
section.banner .image img {
    width: 100%;
    border-radius: 10px;
    height: auto;
}

section.banner p:has(b) {
    font-size: 20px;
    color: #666;
    max-width: 300px;
}

section.history {
    background: #FFF7EA;
}

section.featured-in img {
    object-fit: contain;
    max-width: 160px;
    max-height: 160px;
}

section.featured-in #featured-logo-wrap {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition: mask-image 0.5s ease, -webkit-mask-image 0.5s ease;
    overflow: hidden;
}

section.explore-flavor {
    border-top: 16px solid #E89D35;
    border-bottom: 16px solid #E89D35;
}

section.explore-flavor img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

section.explore-flavor h2 {
    margin-bottom: 24px;
}

section.explore-flavor .cta_global {
    max-width: fit-content;
}

footer {
    border: 0;
}

@media (min-width:1200px) {
    section.featured-in h2 {
        margin-bottom: 40px;
    }

    section.history .d-flex,
    section.banner .d-flex {
        gap: 50px;
    }

    section.history h2,
    section.banner .content {
        max-width: 475px;
    }

    section.history .content,
    section.banner .image {
        max-width: 900px;
    }

    section.explore-flavor .d-flex>div {
        max-width: 700px;
    }

    section.history p:has(img:not(.emoji)) {
        margin: 60px 0;
    }

    section.history h2 {
        position: sticky;
        top: 15%;
        height: 100%;
    }

}

@media only screen and (max-width:1199px) and (min-width: 768px) {
    section.history p:has(img:not(.emoji)) {
        margin: 50px 0;
    }
}


@media (max-width: 1199px) {}

@media (min-width: 992px) {
    section.explore-flavor a {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {

    section.banner,
    section.explore-flavor,
    section.history {
        text-align: center;
    }

    section.banner .image img,
    section.explore-flavor img,
    section.history h2 {
        margin-bottom: 24px;
    }

    section.history .d-flex {
        flex-direction: column;
    }

    section.explore-flavor a {
        margin: 40px auto auto;
    }

    section.banner p:has(b) {
        max-width: 100%;
    }
}

@media (min-width:768px) {}

@media (max-width: 767px) {
    section.history p:has(img:not(.emoji)) {
        margin: 40px 0;
    }

    section.explore-flavor a {
        margin: 30px auto auto;
    }
}

@media (max-width: 575px) {}