@media (max-width: 768px) {
    img{
        max-width: 100%;
    }
    
    .blog-item{
        flex-direction: column;
        align-items: stretch;
    }
    .blog-category-item{
        padding:10px 12px;
    }
    .blog-category{
        padding:10px;
    }
    .blog-list-wrap{
        width: 100%;
    }
    .blog-meta-wrap{
        color:#656565;
    }

    .blog-content table tbody tr{
        flex-direction: column;
    }
    .blog-content table td{
        width: unset !important;
    }
    .blog-content table td img{
        padding: 4px 0px;
    }
}