h1{margin-bottom:60px}#news-grid-container{overflow:hidden}.news-grid{column-gap:16px;display:grid;grid-template-columns:1fr;row-gap:16px}.news-tile .gradient-overlay{background:transparent;background:linear-gradient(180deg,transparent 0,#000 100%);bottom:0;left:0;position:absolute;right:0;top:0}.news-tile .expandable-wrapper{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .5s ease-out}.news-tile:hover .expandable-wrapper{grid-template-rows:1fr}@media screen and (min-width:992px){.news-grid{grid-template-columns:1fr 1fr 1fr 1fr}.news-tile:first-child{grid-column:1/3;grid-row:1/3}.news-tile:first-child .tile-content,.news-tile:nth-child(2) .tile-content,.news-tile:nth-child(3) .tile-content,.news-tile:nth-child(4) .tile-content,.news-tile:nth-child(5) .tile-content{align-content:end;justify-content:start;text-align:left}.news-tile:first-child .tile-content .tile-title,.news-tile:nth-child(2) .tile-content .tile-title,.news-tile:nth-child(3) .tile-content .tile-title,.news-tile:nth-child(4) .tile-content .tile-title,.news-tile:nth-child(5) .tile-content .tile-title{font-family:Axiforma-Bold;font-size:15px;line-height:25px;width:66%}.news-tile:first-child .tile-content .tile-subtitle,.news-tile:nth-child(2) .tile-content .tile-subtitle,.news-tile:nth-child(3) .tile-content .tile-subtitle,.news-tile:nth-child(4) .tile-content .tile-subtitle,.news-tile:nth-child(5) .tile-content .tile-subtitle{font-family:Axiforma-Medium,sans-serif;font-size:15px;overflow:hidden}.news-tile:first-child .tile-content .tile-title{font-size:35px;line-height:45px;width:50%}.news-tile:first-child .tile-content .tile-subtitle{font-size:25px}}.news-tile{background-color:#164247;border-radius:10px;color:#fff;overflow:hidden;position:relative}.news-tile .tile-content{align-content:center;aspect-ratio:1/1;justify-items:center;padding:32px 31px;position:relative;text-align:center;width:100%}.news-tile .tile-title{font-family:Axiforma-Bold,sans-serif;font-size:20px;line-height:30px;margin:0}.news-tile .read-more{bottom:30px;color:#41dda5;font-size:15px;left:0;line-height:35px;position:absolute;text-align:center;width:100%}