
.key-number-slick {
  margin: 0 1px;
  margin-bottom: 100px;
}

.key-number-slick .slick-list {
  margin: 0 -15px;
}

.key-number-slick__item {
  padding: 0 15px;
}
.key-number-slick .slick-dots {
  bottom: -50px;
}
.key-number {
  font-family: "Poppins";
  border-radius: 8px;
  background: #fff;
  padding: 20px 15px 16px;
  text-align: center;
  min-height: 230px;
}
.key-number__statistic {
  font-size: 48px;
  font-weight: bold;
  color: #2fab53;
  line-height: 1.3;
  margin-bottom: 10px;
}
.key-number__statistic sup {
  position: relative;
  top: -10px;
}
.key-number__title {
  font-size: 18px !important;
  font-weight: 600;
  color: #0D2147;
  font-family: "Poppins";
}
.key-number__description {
  font-size: 14px;
  line-height: 1.2;
}
