
.news-sidebar-block .latest-post h3 {
    line-height:18px;
}
.news-sidebar-block .post-date,
.news-sidebar-block .post-author {
    font-size:13px;
}

.news-sidebar-block .post-wrapper:last-child {
    border:0!important;
    padding-bottom: 0!important;
}

.news-sidebar-block {
    padding:20px 30px;
}

@media (max-width:767px) {
    .news-sidebar-block .row .post-wrapper:nth-child(3),
    .news-sidebar-block .row .post-wrapper:last-child {
        padding-top:30px;
    }
}