.stats-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;

  .stat-container > span {
    font-weight: bold;
    margin-top: .5rem;
  }
}
 
ul {
  margin-top: 1rem;
}