section.statistic {
  padding: 80px 0;
  background-color: rgba(196, 235, 235, 1);
}

.statistic-wrapper {
  max-width: 996px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.statistic-items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 42px;
  margin-bottom: 60px;
}

.statistic-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.statistic-icon {
  background-color: #fff;
  border-radius: 50%;
  padding: 1rem;
  height: 178px;
  width: 178px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.statistic-text {
  font-family: Space Grotesk;
  font-size: 24px;
  font-weight: 700;
}

.statistic-numbers {
  font-family: Space Grotesk;
  font-size: 40px;
  font-weight: 700;
}