
    /*Post listing style*/
    .post-item {
        max-width: 305px;
        margin-bottom: 66px;
    }
    .post-item .featuredImg, .post-item .featuredImg img {
        border-radius: 12px;
        height: 179px;
        object-fit: cover;
    }
    .post-item .post-category {
        font-size: 12px;
        font-weight: 600;
        line-height: 28px;
        display: inline-block;
        color: #554EF1;
        margin-top: 16px;
    }
    .post-item .post-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 28px; 
        min-height: auto !important;
    }
    .post-item .post-title a {
        color: #000 !important;
    }
    .post-item .post-excerpt {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #000; 
    }
    .post-item .post-author img {
        height: 22px;
        width: 22px;
        margin-right: 7px;
        border-radius: 100px;
    }
    .post-item .author-name, .post-item .read-time {
        font-size: 12px;
        font-weight: 600;
        color: #000;
        line-height: 1;
    }
    .seperator {
        height: 16px;
        width: 1px;
        margin: 0 11px;
        background: #000;
    }
    /* post listing */ 
    @media screen and (max-width: 768px) { 
        body .post-item {
            max-width: 100%;
        }
    }