.article-item {
    border: 1px solid #e6e8e9;
    padding: 0px 15px 10px;
}

.article-item .article-img-block {
    height: 169px;
    text-align: center;
    margin-bottom: 10px;
}

.article-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.article-item .article-detail-link {
    position: absolute;
    bottom: 15px;
}

.article-text-block__time {
    font-size: 15px;
    line-height: 1.4;
    color: #6e6e6e;
}

@media (max-width: 767px) {
    .article-item .article-text-block {
        height: auto;
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .article-item .article-text-block {
        height: 280px;
    }
}

@media (min-width: 960px) and (max-width: 1199px) {
    .article-item .article-text-block {
        height: 315px;
    }
}

@media (min-width: 1200px) {
    .article-item .article-text-block {
        height: 260px;
    }
}