.news-list{display:flex;flex-wrap:wrap;justify-content:space-between;gap:3em}.news-list .news-item{display:block;flex-basis:40%;flex-shrink:0;flex-grow:0;width:auto!important}.news-list .news-item .news-image{width:100%;aspect-ratio:16/9;background-size:cover;background-repeat:no-repeat}.news-list .news-item .news-footer{display:flex;align-items:center}.news-list .news-item .news-footer .article_dt{flex-grow:1;text-align:right;opacity:.5}@media (max-width:800px){.news-list{flex-direction:column}}