.container__ticks {
  /*gap: 1rem;*/
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.container__tick {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.numeros__hr {
  background: var(--cor-base-claro);
  margin: 0 15px !important;
  height: 64px;
  width: 2px;
  align-self: center;
}

.numeros__paragrafo {
  padding: 0 !important;
}

.tick {
  font-size: 1rem;
  white-space: nowrap;
  font-family: arial, sans-serif !important;
}

.tick_parceiros {
  position: relative;
}

.tick-flip, .tick-text-inline {
  font-size: 3em;
  font-weight: 700;
}

.tick-label {
  margin-top: 1em;
  font-size: 1em;
}

.tick-char {
  width: 1.5em;
}

.tick-text-inline {
  display: inline-block;
  text-align: center;
  min-width: 1em;
}

.tick-text-inline + .tick-text-inline {
  margin-left: -.325em;
}

.tick-group {
  margin: 0 .5em;
  text-align: center;
}

body {
  background-color: #fff !important;
}

.tick-text-inline {
  color: #595d63 !important;
}

.tick-label {
  color: #595d63 !important;
}

.tick-flip-panel {
  color: #fff !important;
}

.tick-flip {
  font-family: oswald-regular, sans-serif !important;
}

.tick-flip-panel-text-wrapper {
  line-height: 1.55 !important;
}

.tick-flip-panel {
  background-color: var(--cor-base-claro) !important;
}

.tick-flip {
  border-radius: 0.12em !important;
}

@media screen and (max-width: 1024px) {
  .container__ticks {
    flex-direction: column;
    gap: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .numeros__hr {
    display: none;
  }
}

