﻿.news-page__title {
    color: #29373f;
}

.news-page .article-block {
    box-shadow: 0 20px 20px hsla(0, 0%, 4%, 0.05);
    display: block;
    color: #29373f;
    border: 2px solid #fff;
    padding: 20px 20px;
    display: flex;
    margin-top: 15px;
}

    .news-page .article-block:hover {
        color: #29373f;
        background-color: #f5f5f5;
    }

    .news-page .article-block img {
        width: 150px;
        max-height: 150px;
    }

.news-page .article-block-title {
    font-size: 1.2rem;
    font-weight: 600;
}

.article-block-title__marging {
    margin-bottom: 0;
}

.news-page .article-block-text {
    margin-left: 15px;
}

.news-page .article-block .article-block-text .article-block-post-date {
    text-transform: none;
    font-weight: 400;
    color: #ee7f00;
    font-size: 0.75rem;
}

.news-page .article-block .article-block-text .article-block-content {
    font-size: 1rem;
}

@media screen and (min-width: 64em) {
    .news-page .article-block-post-date {
        display: inline-block;
        margin-top: 0;
    }
}
