.article-list-archive-block {
    margin: 50px 0;
}

.article-list-archive-block .article-category-select {
    margin-bottom: 30px;
}

.article-list-archive-block .item .image {
    position: relative;
    height: 160px;
    background-size: cover;
    background-position: center center;
}

.article-list-archive-block .item {
    margin-top: 15px;
    margin-bottom: 15px;
}

.article-list-archive-block .item .description {
    padding: 20px 0;
}

.article-list-archive-block .item .category:after {
    content: '/';
    padding: 0 5px;
}

.article-list-archive-block .item .category:last-child:after {
    content: none;
}

@media screen and (max-width:991px) {
    
    .article-list-archive-block .item .image {
        height: 285px;
    }
    
}

@media screen and (max-width:767px) {
    
    .article-list-archive-block .item .image {
        height: 215px;
    }
    
}
