.page-node-type-article-content .zb-post-details ul li:nth-child(3){
    display:none;
}
 .zpost-vtime {
    font-size: 0px;
    gap: 0;
}
span.post-readtime {
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    span.post-readtime{
        font-size: 12px;
    }
}