#articles{width:100%;max-width:1440px;display:grid;grid-template-columns:repeat(auto-fill,minmax(288px,1fr));align-items:flex-start;gap:24px;margin-top:48px}#articles>a{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px;cursor:pointer;overflow:hidden}#articles>a>h2{width:max-content;color:#16a34a;font-size:24px;font-weight:700;white-space:nowrap;text-overflow:ellipsis}#articles>a>p{color:#4b5563;font-weight:500}#articles>a>div{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}#articles>a>div>img{border-radius:8px}#articles>a>div>p{font-size:14px;font-weight:500}#articles>a>img{width:100%;height:auto;border-radius:8px}
