.card {
  border-radius: 16px;
  border: none;
}

@media (max-width: 768px) {
  .card {
    margin-top: 16px;
  }
}

