.newsSection .newsArticle a {
    word-break: break-all;
    word-wrap: break-word;
}

/*---------- News Item (start) ----------*/
.newsSection .title {
    font-weight: bold;
    font-size: 32px;
    color: #505050;
}

.newsSection .cover {
    width: 75%;
    margin: 0 12.5%;
}

.newsSection .date {
    margin: 10px 0 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #808080;
}

.newsSection .newsArticle {
    margin: 50px 0 0;
    line-height: 1.5em;
    font-size: 20px;
}
/*---------- News Item (end) ----------*/

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .newsSection .title {
        font-size: 24px;
    }
    
    .newsSection .cover {
        width: 100%;
        margin: 0;
    }
    
    .newsSection .date {
        margin: 10px 0 30px;
        font-size: 18px;
    }
    
    .newsSection .newsArticle {
        margin: 30px 0 0;
        line-height: 1.5em;
        font-size: 20px;
    }
}