.cbw-blog-wrapper .post-meta:not(.footer){
    width: 383px;
    height: 56px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.02);
    border-radius: 0px 8px;
    margin-top: -56px;
    position: relative;
    z-index: 2;
    align-items: center;
    padding: 0 20px;
    max-width: 100%;
}
.cbw-blog-wrapper .post-meta:not(.footer) .post-cat span{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #111827;
}
.cbw-blog-wrapper .post-meta:not(.footer) .post-cat span:not(:last-child){
    position: relative;
    margin-right: 16px;
}

.cbw-blog-wrapper .post-meta:not(.footer) .post-cat span:not(:last-child)::before{
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #111827;
    border-radius: 100px;
    left: calc(100% + 4px);
    top: 10px;
    }
.post-meta-details a:first-child{
    margin-right: 10px;
}    
.cbw-blog-wrapper .post-content h3{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    color: #111827;
    margin-top: 20px;
}
.cbw-blog-wrapper .post-content .content{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #64748B;
    margin-bottom: 15px;
}
.post-meta.footer span{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #64748B;    
}
.post-meta.footer span strong{
    color: #111827;    
}
.cbw-blog-wrapper .post-meta-details svg{
    max-width: 17px;
}
@media only screen and (max-width: 1285px) {
    .cbw-blog-wrapper {
        flex-wrap: wrap;
    }
    .cbw-blog-wrapper .blog-post{
        width: 31%;
    }
}
@media only screen and (max-width: 767px) {
    .cbw-blog-wrapper {
        flex-direction: column;
    }
    .cbw-blog-wrapper .blog-post{
        width: 100%;
    }
}