﻿.viewcat-news-item{
    position: relative;
    margin-bottom: 20px;
}

.viewcat-news-item img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.viewcat-news-item h2{
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 14px 0 8px;
}

.viewcat-news-item a{
    color: #fff;
}

.viewcat-news-item p{
    font-size: 19px;
    line-height: 22px;
}


.detail-footer{
    align-items: center;
    justify-content: space-between;
}

.other-news .heading{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0;
}

.other-news ul{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.other-news-post img{
    width: 120px;
    height: 84px;
    margin-right: 10px;
    object-fit: cover;
}

.other-news-post em{
    display: block;
    font-size: 15px;
    margin-top: 5px;
}