    @media (min-width: 991px) {
        .entry-content {
            display: flex;
            justify-content: space-between;
        }

        .blog__singleelement {
            width: 72%;
        }

        .blog-sidebar {
            width: 25%;
        }

        .blog-sidebar .widget-area {
            max-width: 25%;
        }
    }
