@media (max-width: 769px){
/*.posts-item {*/
/*    padding: 0px;*/
/*    margin: 0;*/
/*    border-bottom: 1px solid #eee;*/
/*}*/
.meta-right{
    /*max-width: 60px;*/
}

.item-tags-meta{
    display: flex; 
    align-items: center;
    justify-content: space-between;
}

.item-tags-meta .mb6 {
     margin-bottom: 0px; 
}

.posts-item.card {
    padding: 0;
}

.card .item-body .item-tags-meta{
    margin: 10px;
}
/*.card .item-body .item-tags-meta .meta-right{*/
/*    max-width: 100px;*/
/*}*/
/*}*/

.card .item-body .item-tags-meta .meta-right{
    /*max-width: 56px;*/
}

.title-theme:before{
    display: none;
}

.title-theme {
    padding-left: 0;
}

.posts-item .item-tags a{
    background: transparent;
    color:#ff4400;
}

}