@media(max-width:850px){
  .hero-grid,.about-grid{grid-template-columns:1fr}
  h1{font-size:36px}
  .features,.cards{grid-template-columns:1fr}
  .menu{display:none}
  .btn.secondary{margin-left:0;margin-top:10px}
}
