.stats-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding: 60px 20px;
}

.stat {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #bfbfbf;
}

.circle {
  width: 123px;
  height: 123px;
  background: #2a2a2a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle h2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
}

.stat p {
  font-size: 1.1rem;
  line-height: 1.4;
  color: #bfbfbf;
}