@media (max-width: 1399px) {
            .brewstory-section .picture img {
                width: 175%;
            }
        }

        @media (max-width: 1199px) {
            h2 {
                margin-bottom: 20px;
            }

            .cellarcontact-section.page h1 {
                margin-bottom: 20px;
            }

            .aleoffers-section__card {
                height: 768px;
            }

            .aleoffers-section__card .btn {
                width: 250px;
                margin-left: -125px;
            }

            .cellarcontact-section .all .cellarcontact-section__one {
                justify-content: center;
                margin: 20px 0;
            }

            .cellarcontact-section .all .cellarcontact-section__one:last-of-type {
                margin-bottom: 0;
            }
        }

@media (max-width: 1023px) {
            .taproom-header .logo {
                margin: 0;
                font-size: 20px;
            }

            .bar {
                display: flex;
                margin-left: auto;
                margin-top: 5px;
            }

            .bar.active {
                position: relative;
                opacity: 2;
            }

            .taproom-header .menu {
                display: none;
                flex-direction: column;
                align-items: center;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1000;
                opacity: 0;
                width: 100%;
                background: #4A2C2A;
                transform: translateY(-20px);
                transition: opacity 0.3s ease, transform 0.3s ease;
                padding: 20px 0;
                margin-top: 50px;
            }

            .taproom-header .menu.active {
                display: flex;
                opacity: 1;
                transform: translateY(0);
            }

            .taproom-header  .menu.active .menu__one {
                margin: 0;
                margin-bottom: 15px;
            }

            .taproom-header  .menu.active .menu__one a {
                color: #F5F1E8;
                font-size: 18px;
                text-decoration: none;
            }
        }

        @media (max-width: 991px) {
            .brewstory-section .picture {
                position: relative;
                width: 100%;
                height: 300px;
                border-radius: 20px;
                margin-bottom: 20px;
            }

            .brewstory-section .picture img {
                width: 110%;
            }

            .brewstory-section__info {
                height: auto;
                margin-left: 0;
            }

            .pubcrew-section__card.first .picture, .pubcrew-section__card .picture {
                height: 350px;
            }

            .pubcrew-section__card {
                margin-bottom: 30px;
            }

            .pubcrew-section .row div .pubcrew-section__card:last-child {
                margin-bottom: 30px;
            }

            .pubcrew-section .row > div:last-child .pubcrew-section__card:last-child {
                margin-bottom: 0;
            }

            .aleoffers-section__card {
                width: 360px;
                height: auto;
                margin: 0 auto;
                margin-bottom: 30px;
            }

            .aleoffers-section .row > div:last-child .aleoffers-section__card {
                margin-bottom: 0;
            }

            .aleoffers-section__card .btn {
                position: relative;
                left: 0;
                margin: 0 auto; 
                margin-top: 20px;
            }

            .duo-form .form__input:first-child {
                margin-bottom: 20px;
            }
        }

        @media (max-width: 767px) {
            .lastcall-footer {
            background: #4A2C2A;
            padding: 20px;
        }

        .lastcall-footer .logo {
            font-size: 26px;
            font-weight: 700;
            margin: 0 auto;
            color: #F5F1E8;
        }

        .lastcall-footer .menu{
            opacity: 1;
        }

        .lastcall-footer .menu__one {
            margin-bottom: 5px;
            align-items: center;
        }

        .lastcall-footer .menu .menu__one:last-child {
            margin-bottom: 0;
        }

        .lastcall-footer .menu__one a {
            display: block;
            font-size: 16px;
            color: #F5F1E8;
        }

        .lastcall-footer .menu__one p {
            font-size: 16px;
            color: #F5F1E8;
        }

        .lastcall-footer .menu__one p:first-child {
            margin-right: 10px;
        }

        .lastcall-footer .menu.politica {
            border-top: 2px solid #F5F1E8;
            margin-top: 20px;
            padding-top: 20px;
            justify-content: center;
        }

        .lastcall-footer .menu.politica .menu__one {
            margin: 0 15px;
        }

        .lastcall-footer .menu.politica .menu__one p {
            margin-right: 0;
        }
        }

        @media (max-width: 575px) {
            section {
                padding: 40px 0;
            }

            .brewstory-section .picture {
                height: 250px;
            }

            .brewstory-section .picture img {
                width: 140%;
            }

            .pubcrew-section__card.first .picture, .pubcrew-section__card .picture {
                height: 250px;
            }

            .pubcrew-section__card .picture img {
                width: 135%;
            }

            .aleoffers-section__card {
                width: 100%;
            }

            .aleoffers-section__card .btn {
                width: 100%;
            }
        }