@media (max-width: 1200px) {

}
@media (max-width: 992px) {

}
@media (max-width: 768px) {

}
@media (max-width: 576px) {
    .show-article-container {
        width: 99%;
    }
    .show-article-block div:nth-child(1) {
        order: 1;
    }
    .show-article-block div:nth-child(2) {
        order: 0;
    }
    .show-article-item, .show-article-left-item, .show-article-right-item {
        margin: 5px 0px;
    }
    .article-icon {
        height: 100px;
        width: 100px;
    }
    .h1, h1 {
        font-size: 2.0rem;
    }
    .h3, h3 {
        font-size: 1.5rem;
    }
}