@media screen and (max-width: 1000px) {
    .info_blog .info h1{
        font-size: 3rem;
        line-height: 3rem;
        text-align: center;
    }
    .info_blog .text_blog p{
        text-align: center;
        font-size: 1.7rem;
        line-height: 1.8rem;
    }
}
@media screen and (max-width: 700px) {
    .image_blog .list_image ul{
        justify-content: center;
    }
}
@media screen and (max-width: 400px){
    .info_blog .info h1{
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}