@media(max-width:1024px){
  .stats-row{grid-template-columns:repeat(2,1fr)}
  .news-older{grid-template-columns:repeat(2,1fr)}
  .foot-grid{grid-template-columns:repeat(2,1fr);gap:36px}
  .dc-block{flex-direction:column;gap:24px;padding:36px 28px;text-align:center}
  .dc-nums{justify-content:center}
}
@media(max-width:768px){
  .nav-links,.nav-actions{display:none}
  .burger{display:flex}
  .stats-row{grid-template-columns:1fr}
  .news-older{grid-template-columns:1fr}
  .news-main-card{flex-direction:column;gap:16px;padding:24px}
  .foot-grid{grid-template-columns:1fr}
  .foot-bottom{flex-direction:column;text-align:center}
  section{padding:72px 0}
  .s-title{margin-bottom:32px}
  .doc-body{padding:28px 20px}
  .hero-logo{width:110px;height:110px}
}
@media(max-width:480px){
  .hero-btns{flex-direction:column;align-items:center}
  .hbtn{width:100%;max-width:300px;justify-content:center}
  .hero-logo{width:88px;height:88px}
}