.NewsCard-Title{font-size:16px;line-height:22px}.NewsCard{max-width:400px;overflow:hidden;display:flex;flex-direction:column;position:relative;padding-bottom:70px;border-radius:24px;border:1px solid var(--grey-violet-border);background:var(--a-white)}.NewsCard-Image{border-radius:20px;padding:3px 3px 0}.NewsCard-Content{margin-top:16px;padding:0 16px}.NewsCard-Title{color:var(--b-graphite);font-weight:var(--medium)}.NewsCard-Description{margin-top:4px;color:var(--grey-1);font-size:14px;line-height:18px}.NewsCard-Date{margin-top:auto;padding:12px;position:absolute;left:16px;bottom:16px;width:min-content;white-space:nowrap;display:flex;justify-content:center;align-items:center;gap:4px;border-radius:12px;background:var(--stroke-for-shadow);color:var(--b-graphite);font-size:13px;line-height:14px;font-weight:var(--medium)}.NewsCards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px}@media (max-width: 667px){.NewsCards{grid-template-columns:repeat(1,1fr)}}.NewsHead h1{margin-top:5px;color:var(--a-dark);font-size:32px;font-weight:var(--medium);line-height:42px}@media (max-width: 1023px){.NewsHead h1{font-size:28px;line-height:32px}}.NewsPage{display:flex;flex-direction:column;gap:24px}
