.home-news__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.home-news__heading{font-size:clamp(2rem,4vw,3rem);font-weight:700;text-transform:uppercase;background:linear-gradient(91deg,#BBBBBB,#EEEEEE,#BBBBBB,#EEEEEE);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientFlow 6s ease-in-out infinite}.home-news__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}html.light-mode .home-news__heading{background:linear-gradient(91deg,#0A0E5C,#000AFF,#0A0E5C,#000AFF);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientFlow 6s ease-in-out infinite}@media (max-width:1024px){.home-news__grid{grid-template-columns:repeat(2,1fr)}.home-news__grid .blog-card:last-child{display:none}}@media (max-width:768px){.home-news__header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:24px}.home-news__grid{grid-template-columns:1fr}.home-news__grid .blog-card:last-child{display:flex}}