.article_h1 {
    font-size: 1.5rem;
}

@media (min-width: 1400px) {
    .box_article_top_view .article_new_img img {
        height: 222px;
    }
    #article_categories .article_small_info p {
        -webkit-line-clamp: 3;
    }
    .article_related .article_small_info p {
        -webkit-line-clamp: 3;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .box_article_top_view .article_new_img img {
        height: 132px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .box_article_top_view .article_new_img img {
        height: 149px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .box_article_top_view .article_new_img img {
        height: 188px;
    }
}

@media (max-width: 767.98px) {
    .box_article_top_view .article_new_img img {
        height: auto;
    }
}