.newsList .newsArticle {
    margin-top: 65px;
}

.newsList:first-child .newsArticle {
    margin-top: 0;
}

/* responsive */

@media (max-width: 768px) {

    .newsContainer {
        margin-top: 15px;
        margin-bottom: 65px;
    }

    .newsPic {
        margin-top: 0;
        margin-bottom: 10px;
        height: 300px;
    }

    .newsShape {
        display: none;
    }

}