#facts {
  padding-top: 55px;
  padding-bottom: 55px;
  display: none;
}

#facts h2 {
  position: relative;
    font-size: 32px;
    color: rgb(28, 22, 50);
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-family);
    display: inline-block;
}

#facts p {
  font-size: 16px;
  margin: 0 0 15px;
}

#facts .heading .divider-center {
      height: 4px;
    width: 80px;
    background: #EAE9EF;
    display: block;
    margin: 20px auto 0px;
}

#facts .heading_space {
  margin: 15px 0 45px;
}

#facts .number-counters {
  display: flex;
}

#facts .number-counters .counters-item {
  text-align: center;
  margin-bottom: 70px;
}

#facts .number-counters .counters-item strong {
  font-size: 48px;
  line-height: 48px;
  color: var(--title-text-color);
}

/* --icon换成img后样式调整-- */
#facts .counters-item > img {
  display: block;
  width: 50px;
  margin: 0 auto 10px;
}

@media screen and (max-width: 992px) {
  #facts h2 {
    font-size: 26px;
  }
  #facts p {
    font-size: 14px;
  }
}