.news__date {
    font-weight: 600;
    color: #8a8a8a;
    margin: 0;
}

.news__title {
    text-transform: uppercase;
    margin: 0;
}

.news__article p {
    margin-bottom: 0.5rem;
}

.news__article p:last-of-type {
    margin-bottom: 0;
}