@font-face {
            font-family: 'CitrusGothicSolid';
            src: url('https://primavera.pl/data/include/cms/Strefa/JWL/CitrusGothicSolidRegular_normal_normal.woff') format('woff');
            src: url('https://primavera.pl/data/include/cms/Strefa/JWL/CitrusGothicSolidRegular_normal_normal.woff2') format('woff2');
            font-weight: normal;
            font-style: normal;
        }
        
        @font-face {
            font-family: 'UrbaneRough';
            src: url('https://primavera.pl/data/include/cms/Strefa/JWL/UrbaneRoughBold_normal_normal.woff') format('woff');
            src: url('https://primavera.pl/data/include/cms/Strefa/JWL/UrbaneRoughBold_normal_normal.woff2') format('woff2');
            font-weight: normal;
            font-style: normal;
        }
        
        @font-face {
            font-family: 'UrbaneRough';
            src: url('https://primavera.pl/data/include/cms/Strefa/JWL/UrbaneRoughLight_normal_normal.woff') format('woff');
            src: url('https://primavera.pl/data/include/cms/Strefa/JWL/UrbaneRoughLight_normal_normal.woff2') format('woff2');
            font-weight: 300;
            font-style: normal;
        }

        body {
            font-family: UrbaneRough;
            font-weight: 300;
            font-size: 20px;
        }

        @media screen and (max-width: 767px) {
            body {
                font-size: 16px;
            }
        }

        #section-hero {
            background-color: #F7EBD7;
        }
        
        #section-hero-text {
            background-color: #006241;
            color: #F8ECD7;
        }

        #section_benefits {
            background-color: #F7EBD7;
            color: #006241;
        }
        
        #section_ingredients {
            background-color: #F7EBD7;
            color: #006241;
            padding-bottom: 120px;
        }

        #section_menu_dog {
            background-color: #006241;
            color: #F0E9D9;
            padding-bottom: 120px;
        }
        
        #section_menu_dog .category_label,
        #section_menu_cat .category_label {
            position: relative;
            left: -25px;
        }

        #section_menu_cat {
            background-color: #B9CB6A;
            color: #006241;
        }
        
        #section_menu_cat .food_feature {
            color: #006241;
        }
        
        #section_menu_cat .food_type {
            color: #006446;
        }

        .benefit-card {
            font-size: 20px;
        }

        .bold_font {
            font-size: 32px;
            font-family: CitrusGothicSolid;
            font-weight: normal;
        }

        .color_green {
            color: #006241;
        }

        .food_type {
            font-size: 55px;
            font-family: CitrusGothicSolid;
            color: #BACB6B;
            line-height: 55px;
        }

        .food_feature {
            font-size: 36px;
            font-family: CitrusGothicSolid;
            color: #F7EBD7;
            font-weight: 400;
            line-height: 35px;
        }

        .food_feature_desc {
            font-size: 15px;
        }

        .todays_menu {
            position: absolute;
            top: -30px;
            width: 100%;
            font-size: 36px;
            font-family: CitrusGothicSolid;
            font-weight: normal;
            text-transform: uppercase;
            line-height: 45px;
        }

        @media screen and (min-width: 768px) {
            .advantages_dog_01 {
                background-image: url(https://primavera.pl/data/include/cms/Strefa/JWL/big-dog-01.png);
                background-repeat: no-repeat;
                background-size: contain;
            }

            .advantages_dog_02 {
                background-image: url(https://primavera.pl/data/include/cms/Strefa/JWL/big-dog-02.png);
                background-repeat: no-repeat;
                background-size: contain;
                background-position: right;
            }

            .advantages_cat_01 {
                background-image: url(https://primavera.pl/data/include/cms/Strefa/JWL/big-cat-01.png);
                background-repeat: no-repeat;
                background-size: contain;
            }

            .advantages_cat_02 {
                background-image: url(https://primavera.pl/data/include/cms/Strefa/JWL/big-cat-02.png);
                background-repeat: no-repeat;
                background-size: contain;
                background-position: right;
            }

        }
        
        @media (min-width: 768px) and (max-width: 991px) {
            .container, .container-md, .container-sm {
                max-width: 100%;
            }
        }

        footer {
            background-color: #006241;
        }