﻿.viewcat-page-item{
    position: relative;
    margin-bottom: 25px;
}

.viewcat-page-item img{
    width: 100%;
}

.viewcat-page-item h2,
.viewcat-page-item h3{
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.publtime{
    background: #e7f4f4;
    padding: 8px 10px;
    border-radius: 8px 0 8px 0;
}

.post-footer{
    margin-bottom: 30px;
}

.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-item img{
        width: 100%;
        margin: 0 0 10px 0;
    }
}