@media (max-width: 768px) {

  .hero h1 {
    font-size: 28px;
  }

  .info {
    grid-template-columns: repeat(2, 1fr);
  }

}