@media (max-width: 767px) {
    h1.aricle-title {
        font-size: 26px;
    }

    .article-content .article-preview {
        font-size: 16px;
    }
    .last-news-title {
        font-size: 16px;
    }
    .play {
        width: 60px;
        height: 60px;
    }
}

.article-content h2 {
    font-size: 22px;
}

.article-content h3 {
    font-size: 20px;
}

.article-content h4 {
    font-size: 18px;
}

.socials li a svg, .socials li a img {
    width: 32px;
    height: 32px;
}

.article-content a, .tags a {
    color: #C82127;
}

.blockquote {
    font-size: 18px;
}

h3.category-block-title, .category-block .last-news-title {
    font-size: 16px;
}

.category-block .author-box .thumb {
    width: 100px;
    height: 100px;
    margin-right: 0;
}
