@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-header{
        font-size: 44rem;
        font-weight: bold;
    }
    
    .blog-date{
        font-size: 37rem;
    }
    .blog-content p{
        margin-top: 13rem;
        margin-bottom: 13rem;
        line-height: 1.6;
        font-size: 30rem;
    }

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