﻿.viewcat-page h1{
	text-transform: uppercase;
	font-size: 22px;
}

.viewcat-page-items img{
	border-radius: 6px;
	margin-right: 15px;
}

.viewcat-page-items h2{
	font-size: 20px;
    font-weight: 500;
    margin-bottom: 4px;
}

.news-detail h1.title{
	color: #165ba6;
}

.others-post{
	margin-bottom: 20px;
}

.others-post .heading{
    margin: 30px 0 20px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    background-color: #2869970d;
    border-left: 3px solid #01529d;
    padding-left: 15px;
}

.others-post 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));
}

.others-post ul li{
    position: relative;
    font-size: 16px;
}

.others-post ul li img{
    width: 110px;
    height: 75px;
    margin-right: 10px;
    object-fit: cover;
}

.others-post span{
    display: block;
    font-size: 14px;
    margin-top: 2px;
    color: #555;
}

@media (max-width: 767.98px) {
    .others-post ul{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (max-width: 499.98px) {
    .viewcat-page img{
        width: 100%;
        margin: 0 0 10px 0;
    }
}