.section-stats__container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .section-stats__container {
    border-bottom: 1px solid #c19a6b;
    padding-bottom: 2.25rem;
  }
}
.section-stats__title {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .section-stats__title {
    margin-bottom: 2.5rem;
  }
}
.section-stats__content {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
@media (max-width: 992px) {
  .section-stats__content {
    flex-direction: column;
    gap: 3.125rem;
  }
}
.section-stats__item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section-stats__item-number {
  font-size: 4.375rem;
  line-height: 3.375rem;
  color: #c19a6b;
}
.section-stats__item-label {
  font-size: 1.25rem;
  font-weight: 500;
  max-width: min-content;
  overflow-wrap: initial;
  word-break: initial;
}

.animate-number__value {
  position: absolute;
  top: 0;
  left: 0;
  overflow-wrap: initial;
  word-break: initial;
}
.animate-number__wrapper {
  position: relative;
}
.animate-number__ghost {
  opacity: 0;
  pointer-events: none;
}
