@media screen and (max-width: 1000px) {
    .article .content_article p{
        font: 1.4rem;
        line-height: 2rem;
    }
}