.client-numbers {
  padding: 35px 0;
  position: relative;
  z-index: 1;
}

.client-numbers.blur-ele {
  overflow-x: clip;
}

.client-numbers .list-wrapper {
  max-width: 1320px;
  margin: 0 auto 0;
}

.client-numbers .container .list-wrapper:first-child {
  margin-top: 0;
}

.client-numbers .list {
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  line-height: normal;
}

.client-numbers .list + .list {
  margin: 30px 0 0;
}

.client-numbers .list .count {
  color: var(--dark);
  font-size: 38px;
  font-weight: 600;
  line-height: normal;
  font-family: var(--poppins);
}

.client-numbers .list .text {
  font-size: 20px;
  line-height: 28px;
  max-width: 270px;
  font-weight: 500;
}

.client-numbers h2 {
  max-width: 1025px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  line-height: 35px;
  font-family: var(--poppins);
}

.client-numbers .title-part h2 {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .client-numbers h2 {
    font-size: 36px;
    line-height: 45px;
  }
}

@media (min-width: 576px) {
  .client-numbers .list .count {
    font-size: 47px;
  }
  .client-numbers .list .text {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .client-numbers .list-wrapper {
    justify-content: center;
  }

  .client-numbers .list {
    width: 33.33%;
    padding: 20px 20px 0;
  }

  .client-numbers .list + .list {
    margin: 0;
  }
  .client-numbers {
    padding: 50px 0;
  }
  .client-numbers .list .count {
    font-size: 67px;
  }
  .client-numbers .list .text {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (min-width: 992px) {
  .client-numbers .list {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .client-numbers .list-wrapper {
    margin: 0px auto 0;
    justify-content: space-between;
  }

  .client-numbers .list .count {
    font-size: 100px;
  }

  .client-numbers .list {
    width: 33.33%;
    text-align: left;
  }
}

@media (min-width: 1430px) {
  .client-numbers {
    padding: 100px 0;
  }
  .review + .client-numbers {
    padding: 0px 0px 75px 0px;
    margin-bottom: 75px;
  }

  .blog .client-numbers {
    padding: 75px 0;
  }
  .blog .review + .client-numbers {
    padding: 0px 0px 75px 0px;
  }

  .client-numbers .list {
    max-width: 360px;
  }
  .client-numbers .list .text {
    font-size: 24px;
  }
}

@media (min-width: 1660px) {
  .client-numbers .container {
    width: 1062px;
  }
}

@media (max-width: 1199px) {
  .client-numbers .list .text {
    margin: 0 auto;
  }
}
