.sportCardsListing_title {
  font-size: var(--typography-font-size-heading2-sm);
  font-weight: var(--font-weight-extra-bold);
  line-height: var(--typography-line-height-heading2-sm);
  margin-bottom: var(--space-lg);
}

.sportCardsListing_cards {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  min-height: 80px;
  width: 100%;
}

@media only screen and (min-width: 961px) {
  .sportCardsListing_cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
