.nre-about-features {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: center;
}

.nre-about-features__item {
  width: 180px;
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.nre-about-features__value {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.nre-about-features__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #6a7282;
}

@media (max-width: 767px) {
  .nre-about-features__item {
    flex: 1 1 calc(50% - 10px);
  }

  .nre-about-features__value {
    font-size: 2rem;
  }
}
