.w3cm-lastest-post-news-posts {
    background-color: #2e323c;
    border-radius: 4px;
    display: inline-block;
    padding: 5px;
}
.w3cm-lastest-post-news-post {
    display: inline-block;
    float: left;
    padding: 10px 15px;
    width: 100%;
}
.w3cm-lastest-post-news-post-top {
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
}
.w3cm-lastest-post-news-post-badge {
    float: left;
    width: 30%;
}
.w3cm-lastest-post-news-post-comments {
    float: right;
    text-align: right;
    width: 70%;
}
.w3cm-lastest-post-news-post-image {
    background-position: 50% 0;
    background-size: cover;
    height: 120px;
    width: 100%;
}
.w3cm-lastest-post-news-post h3 {
    /*color: #717a8f;*/
    font-size: 16px;
    margin: 5px 0;
    max-height: 36px;
}
.w3cm-lastest-post-news-post-author {
    font-size: 10px;
    margin: 5px 0;
}
.w3cm-lastest-post-news-post-author > span {
    /*color: red;*/
    font-style: italic;
}
.w3cm-lastest-post-news-post-content {
    text-align: justify;
}


@media ( min-width: 768px ) {
    .w3cm-lastest-post-news-post{
        /*height: 330px;*/
        /*margin: 0 0.6%;*/
        padding: 0 15px;
        /*width: 32%;*/
        width: 33.33%;
    }
    .w3cm-lastest-post-news-post-content {
        height: 140px;
    }
}
