/* Standalone variables
========================================================================== */
/*
==========================================================================
    Mixins - typography - body
========================================================================== */
.c-stats-card {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.25rem;
  border-radius: 0.25rem;
}
@media (min-width: 1025px) {
  .c-stats-card {
    gap: 1.25rem;
    padding: 2.75rem 0;
  }
}

.c-stats-card__number,
.c-stats-card__heading,
.c-stats-card__description {
  max-width: 26rem;
}
