.first-screen{
    background: none;
}

#news{
    background-color: #fff;
}

article{
    margin: 15px;
    border: 1px solid #80e07e;
    border-radius: 15px;
}
.article-image-wrap img{
    border-radius: 15px;
    padding: 5px;
}
.article-image-wrap{
    padding-right: 15px;
}
.article-date{
    display: inline-block;
    float: right;
    padding-right: 15px;
}
.news-counter, .news-author{
    display: inline-block;
}
.news-author{
    color: #004819;
}
.news-counter{
    float: right;
    padding-right: 15px;
}
.news-counter span{
    margin-left: 15px;
    display: inline-block;
}
.news-viewed:before{
    background: url(../images/viewed.png) no-repeat;
    background-size: 24px 24px;
    display: inline-block;
    width: 24px;
    height: 19px;
    content: '';
    margin-right: 5px;
}
.news-liked:before{
    background: url(../images/liked.png) no-repeat;
    background-size: 24px 21px;
    display: inline-block;
    width: 24px;
    height: 19px;
    content: '';
    margin-right: 5px;
}
.news-comments:before{
    background: url(../images/commented.png) no-repeat;
    background-size: 24px 21px;
    display: inline-block;
    width: 24px;
    height: 19px;
    content: '';
    margin-right: 5px;
}
@media all and (max-width: 1023px){
    .article-image-wrap{
        padding-right: 0;
    }
}