@media (max-width: 768px) {
  .card {
    padding: 18px;
    border-radius: 16px;
  }
  h1 {
    font-size: 28px;
  }
}
