@media (min-width: 1600px) {
  .numericalFactsBasic_wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -100px;
    margin-left: -100px;
    margin: -100px 0;
    flex-wrap: nowrap;
  }

  .numericalFactsBasic_wrapper > * {
    margin-bottom: 200px;
    flex-basis: calc(100% / 3 - 200px);
    margin: 100px;
    flex-grow: 0;
  }
}

@media (min-width: 1600px) {
  .numericalFactsBasic_wrapper-single:not(:first-child)::after {
    left: -100px;
  }
}