.c-card {
  background: #F9FAFB;
  padding: 32px 64px;
}

@media (max-width: 768px) {
  .c-card {
    background: #F9FAFB;
    padding: 16px;
  }
}
