.card {
  margin: 0.2rem !important;
  width: 6rem;
}
@media (max-width: 770px) {
  .card {
    margin-bottom: 0.2rem !important;
    margin-right: 0.2rem !important;
  }
}
