@media screen and (max-width: 768px) {
  .card-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}