.td-stats {
  background: var(--wash);
  padding: 40px 0 20px;
}

@media (min-width: 991px) {
  .td-stats {
    padding: 90px 0;
  }
}

.td-stats__heading {
  color: var(--yellow);
}

.list--td-stats {
  justify-content: center;
  padding-left: 0;
}

.list--td-stats__item {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
.list--td-stats__item {
  padding-top: 100px;
  }
}

.list--td-stats__item-title {
  color: va
  font-weight: normal !important;
}

.list--td-stats__item-heading {
  color: var(--teal-hover);
  font-weight: normal !important; 
  font-size: clamp(4rem, calc(4rem + ((1vw - 0.48rem) * 2.7778)), 6.5rem);
}

.list--td-stats__item:nth-child(n+2) .list--td-stats__item-heading {
  color: var(--red);
}

.list--td-stats__item:nth-child(n+3) .list--td-stats__item-heading {
  color: var(--yellow);
}

.list--td-stats__img {
  height: auto;
  max-width: 100px;
  max-height: 74px;
  margin: 0 auto 20px;
}