.card-container {
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}