.newsroom-item{display:flex;flex-direction:column;gap:1em;width:100%}.newsroom-item-img{border-radius:.6em;display:flex;overflow:hidden;width:100%}.newsroom-item-img .full{transition:all 1s ease}.newsroom-item-content{display:flex;flex-direction:column;gap:.5em;padding:.5em;width:100%}.newsroom-item-title{font-size:1.15em;font-weight:600;line-height:1.2em}@media (min-width:1000px){.newsroom-item:hover .newsroom-item-img .full{scale:1.1}.newsroom-item:first-child{display:grid;gap:1em;grid-column:span 3;grid-template-columns:1fr 1fr;place-items:center}.newsroom-item:first-child .newsroom-item-content{padding:2em}.newsroom-item:first-child .newsroom-item-title{font-size:1.8em;line-height:1.1em}.newsroom-item:first-child .newsroom-item-img{min-height:360px;position:relative}.newsroom-item:first-child .newsroom-item-img .full{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}}.newsroom-feed{padding:2em 0 4em}.newsroom-feed .sub-wrapper{gap:2em}@media (min-width:700px){.newsroom-feed .sub-wrapper{display:grid;grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.newsroom-feed .sub-wrapper{gap:1em;grid-template-columns:repeat(3,1fr)}}
