﻿.news-container {
    flex-direction: column;
}


.news-image {
    width: min(640px, 95%);
    margin: 0 auto;
}


.news-content p {
    margin-bottom: 4px;
}


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




