@media screen and (min-width: 1366px) {

    /* PAGE - HOMEPAGE */

    .homepage-unique-title {
        max-width: 688px;
        margin: 40px 0 40px auto;
        font-size: 3rem;
    }

    .homepage-unique-content .homepage-unique-cta {
        margin-bottom: 40px;
    }

    .header--nav--item.cta a {
        font-size: 1rem;
        padding: 1rem 1.5rem;
        text-shadow: none;
    }

    /* PAGE - RECIPES LIST */

    .pageProductsList-range-name {
        font-size: 4.375rem;
    }

    .pageRecipesList-list .recipe-card .topic-cta .cta {
        padding: 30px 11px;
        min-height: 62px;
        font-size: 1.563rem;
    }

    .pagebrand_item_anchor {
        flex-direction: row;
        gap: 40px;
    }

    .leerdammer-us .pageRecipesList-list {
        gap: 60px;
    }

    .homepage-unique-cta {
        margin-bottom: 0;
    }
}