.news_articles{gap: 32px; align-items: start;}
article{box-shadow: 0 0 8px 0; border-radius: 8px; padding: 32px; background: white; display: grid; gap: 32px;}
article .content{display: grid; gap: 16px;}
article .content p:nth-child(1){text-indent: 1rem;}
.scroller{height: 160px; padding: 16px; background: black; border-radius: 4px; overflow: auto; display: flex; gap: 16px;}
.scroller img{height: 100%; width: auto; border-radius: inherit;}
article .tags{display: flex; flex-wrap: wrap; gap: 8px; justify-content: end;}
article .tags p{padding: 4px 16px; text-wrap: nowrap; background: rgb(0,0,0,0.1); border-radius: 16px; font-size: 0.8rem;}