.fa-counter-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
}

.fa-counter-box  {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  width: 150px;
  flex: 1 1 150px;
}

.fa-counter-box i {
  margin-bottom: 0px;
}

.fa-counter {
  font-size: 100px;
  font-weight: bold;
}

.fa-label {
  font-size: 24px;
  margin-top: 0px;
}