.team-statistic {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.team-statistic:not(:last-child) {
  margin: 0 0 17px 0;
}
.team-statistic > .stat-number {
  background-color: #022C58;
  color: var(--color, #fff);
  font-family: Rambla;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%; /* 99.84px */
  letter-spacing: -4px;
  text-transform: uppercase;
  text-align: center;
  max-width: 280px;
  width: 100%;
}
.team-statistic > .stat-definition {
  width: 100%;
  border-top: 2px dashed var(--Ritholtz-Dark-Gray, #4D4E53);
  border-right: 2px dashed var(--Ritholtz-Dark-Gray, #4D4E53);
  border-bottom: 2px dashed var(--Ritholtz-Dark-Gray, #4D4E53);
  color: #000;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 104%; /* 24.96px */
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 35px;
}
.team-statistic > .stat-definition > div {
  max-width: 273px;
}
