.news-list{display:grid;row-gap:40px;color:#343446}.news-list__item{display:flex;align-content:flex-start;gap:40px}.news-list__item>div{width:50%}.news-list__item>div:first-child{height:max(15vw,330px)}.news-list__item>div:last-child{display:flex;flex-direction:column;justify-content:space-between}.news-list h2{margin:20px 0;line-height:1.2}.news-list__item img{width:100%;font-size:0;display:block;height:100%;object-fit:cover}.news-list__item>div:last-child>div:last-child{margin:20px 0;display:flex;gap:20px}@media only screen and (max-width:1024px){.news-list{flex-wrap:wrap}.news-list__item>div{width:100%}.news-list__item{gap:0}.news-list__item>div:first-child{height:40vw}.news-list__item>div:last-child>div:last-child{margin:20px 0 0}}