/* section blog */
    @media screen and (max-width: 835px) {
        .content_blog{
            width: 320px;
        }
    }

    @media screen and (max-width: 764px) {
        .content_blog{
            width: 480px;
        }
    }

    @media screen and (max-width: 450px) {
        .category_comment p, .category_comment i{
            font-size: 14px;
        }
    }

    @media screen and (max-width: 400px) {
        .box_img_blog{
            height: 160px;
        }
    }
/* section blog */