﻿.viewcat-page .article-card-image img{
    height: 235px;
}

.viewcat-page .article-card h2{
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0 8px;
}

.viewcat-page .article-card p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#news-group-style-1 h3{
    font-size: 16px;
    font-weight: 400;
}

.news-detail h1{
    font-family: "Josefin Sans", serif;
    font-size: 25px;
    font-weight: 600;
}

.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;
}
@media (max-width: 767.98px) {
    .other-news ul {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}