.statistics {
  margin-block: 6rem;
}
.nerd-numbers {
  position: relative;
}
.nerd-numbers h3 {
  font-family: var(--title-font);
  font-size: 2.6rem;
  line-height: 1;
  margin-block-end: 0;
  text-align: center;
}
.box-number-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin: 0 auto;
  width: calc(100% - 200px);
}
.box-number {
  flex: 1 1 25%;
  min-width: 16ch;
  max-width: 25ch;
}
.box-number h4 {
  color: var(--nerd-yellow);
  font-family: var(--title-font);
  font-size: 4rem;
  margin: 1rem auto;
}
.toninas1, .toninas2 {
  position: absolute;
  bottom:0;
}
.toninas1 { left: 0;}
.toninas2 { right: 0;}


@media screen and (max-width: 40em) /* 640px */{
  .toninas1, .toninas2 { display: none; }
  .box-number-wrapper { width: 100%;}
  .cable {
    min-height: 90px;
    max-width: 100%;
    overflow: hidden;
  }
}