.blog-item-box .single-item {
            display: flex;
            align-items: stretch;
            /* Ensures all items have the same height */
        }

        .blog-item-box .single-item .blog-style-one {
            width: 100%;
            border: 1px solid #ccc;
            /* Optional: add border for visual separation */
        }

        .blog-item-box .single-item .thumb img {
            width: 100%;
            height: auto;
            /* Ensure image retains its aspect ratio */
        }