.scrolling {
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;

  .card {
    display: inline-block;
  }
}
