@media (min-width: 1200px) {
  .pt-page__numbers {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: space-between;
  }

  .pt-page__numbers > * {
    flex: 1 1 0;
    min-width: 0;
  }

  .numbers-layout-3,
  .numbers-layout-2 {
    .number {
      flex-direction: column;
      flex-direction: column;
      gap: 20px;

      .number__label,
      .number__label p {
        text-align: center;
      }
      .number__value {
        &:before {
          display: none;
        }
      }
    }
  }
}
