.news-content{min-height: 320px; position: relative; border-radius: 8px; background-position: top center; background-size: cover; background-repeat: no-repeat;overflow: hidden;}
.news-content h5{background: rgba(0,0,0, 0.6); color: #fff; margin: 0; min-height: 72px;}
.news-content h5 a{color: #fff; font-weight: bold; font-size: 18px; line-height: 21px; padding: 20px 30px; display: block;}
.news-content p{position: absolute; bottom: 0; color:#fff; margin: 0; background: rgba(0,0,0, 0.6); font-size: 13px; line-height: 20px; padding: 20px 30px;min-height: 100px;}
.news-info {height: 27px; background: #DC2E81; border-radius: 0 0 8px 8px; padding: 0 30px;}
.products-row article:nth-of-type(2) .news-info {background: #338CD9;}
span.date, .counter{font-size:12px; color:#fff;}
.counter {margin-left: 20px;}
@media (min-width: 768px){
    .news-content {height: 320px;}
    .news-content h5{height: 72px;}
    .news-content p {height: 100px;}
}
@media (max-width: 767px){
    .products-row article+article {margin-top: 15px;}
}