#in-numbers {
  min-height: 450px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem;
  color: white;
}

.in-numbers-title {
  text-transform: capitalize;
  font-size: var(--text-xl);
}

.numbers-wrapper {
  gap: 10rem;
}

.number-value {
  font-size: 40px;
  color: white;
  font-weight: 700;
  border-bottom: 5px solid #d9edfd;
}

.number-title {
  font-size: 20px;
  font-weight: normal;
}

.icon-wrapper {
  margin-bottom: 10px;
}

.number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .numbers-wrapper {
    gap: 3rem;
  }
}
