.neighbors {
            display: flex;
            justify-content: space-between;
            gap: 10px;
            flex-wrap: wrap;
        }
        
        .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
            margin-top: 0px !important;
        }
        
        .otherBlogGrid {
            display: grid !important;
            grid-template-columns: repeat(3, 1fr);
            gap: 15px;
            margin: 0px !important;
            width: 100% !important;
        }
        
        .otherBlogGrid .blogItem {
            width: 100% !important;
            margin: 0px !important;
        }
        
        .otherBlogGrid .blogItemImg img {
            aspect-ratio: 1.8 / 1;
        }
        
        .otherBlog {
            padding: 40px 0px !important;
        }
        
        @media (max-width: 1200px) {
            .blogItem:nth-child(3) {
                display: block !important;
            }
        }
        
        @media(max-width: 960px) {
             .otherBlogGrid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }
        }
        
         @media(max-width: 540px) {
             .otherBlogGrid {
                grid-template-columns: repeat(1, 1fr);
                gap: 10px;
            }
        }