.other-post-listing-box ul li {
    margin-bottom: 14px;
    color: #fff;
}

  
.other-post-listing .other-post-listing-box ul li span.kg-tag-listing {
    font-style: italic;
    font-size: 14px;
    padding: 7.5px 8px;
    border-radius: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #E5E5E5;
    letter-spacing: 0px;
    margin-left: 8px;
}
@media screen and (max-width: 767px) {
    .other-post-listing .other-post-listing-box ul li span.kg-tag-listing {
        display: inline-block;
        line-height: 14px;
    }
}