@media (max-width: 1399px) {
            .blossom .stat {
                margin-left: 80px;
            }

            .posy .picture img {
                width: 175%;
            }
        }

        @media (max-width: 1199px) {
            h2 {
                margin-bottom: 20px;
            }
        }

        @media (max-width: 991px) {
            .garland .marka {
                margin: 0;
                font-size: 20px;
            }

            .bar {
                display: flex;
                margin-left: auto;
                margin-top: 5px;
            }

            .bar.active {
                position: relative;
                opacity: 2;
            }

            .garland .trail{
                position: absolute;
                top: 100%;
                left: 0; right: 0;
                z-index: 1000;
                flex-direction: column;
                background: #6B8E4E;
                padding: 20px 0;
                opacity: 0;
                gap: 16px;
                transform: translateY(-10px);
                pointer-events: none;
                transition: opacity .3s ease, transform .3s ease;
            }

            .garland .trail.active{
                opacity: 1;
                transform: translateY(0);
            }

            .garland  .trail.active .trail__one {
                margin: 0;
            }

            .garland  .trail.active .trail__one a {
                color: #fff;
                font-size: 18px;
                text-decoration: none;
            }

            .posy .picture {
                position: relative;
                width: 100%;
                height: 300px;
                border-radius: 20px;
                margin-bottom: 20px;
            }

            .posy .picture img {
                width: 110%;
            }

            .posy__info {
                height: auto;
                margin-left: 0;
            }

            .pollenbox .pollenbox-one .picture img {
                width: 140%;
            }

            .duo-scribe .scribe__input:first-child {
                margin-bottom: 20px;
            }

            .underleaf .row div:nth-of-type(3) .trail .trail__one {
                margin-bottom: 10px;
                justify-content: center;
            }

            .underleaf .row div:nth-of-type(3) .trail .trail__one:last-child {
                margin-bottom: 0;
            }
        }

        @media (max-width: 767px) {
            .underleaf .marka {
                display: block;
                text-align: center;
                margin-bottom: 20px;
            }

            .underleaf .trail .trail__one {
                margin: 0;
                margin-bottom: 10px;
                text-align: center;
            }

            .underleaf .trail .trail__one:last-child {
                margin-bottom: 0;
            }
        }

        @media (max-width: 575px) {
            section {
                padding: 40px 0;
            }

            a.btn {
                width: 200px;
                height: 45px;
                font-size: 20px;
            }

            h1 {
                font-size: 40px;
            }

            .blossom .pasth1-v1 {
                margin-top: 20px;
            }

            .blossom a {
                margin-top: 20px;
            }

            .posy .picture {
                height: 250px;
            }

            .posy .picture img {
                width: 140%;
            }
            
            .pollenbox .pollenbox-one .picture img {
                width: 175%;
            }
        }