/* node */
.news-item {
    margin-bottom: 25px;
}
.news-item hr{
    margin-top: 0px;
    margin-bottom: 15px;
}
.news-item-data {
    margin-top: 0px;
}
.news-item-content {
    margin: 15px 0px;
}
@media(min-width:768px) {
    .news-item-data {
        margin-top: 30px;
    }
}

/* block */
.nl-item {
    margin-bottom: 30px;
    text-align: center;
}
.nl-item img {
    max-width: 100%;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}
.nl-content {
    text-align: left;
}
.nl-content p {
    margin-bottom: 5px;
}
@media(max-width:991px) {	
    .nl-item img{
        width: auto;
        max-width: 100%;
    }
}
@media(min-width:992px) {
    .nl-item {
        text-align: left;
    }
}