#facts {
  padding-top: 70px;
  padding-bottom: 70px;
}

#facts h2 {
     font-size: clamp(24px, 2.35vw, 45px);
    color:#000000;
    line-height: 1.6;
    font-weight: 700;
    text-transform: capitalize;
  border-bottom: 1px solid #dadada;
  display: inline-block;
  font-family: var(--title-font-family);
}

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

#facts .heading .divider-center {
  height: 4px;
  width: 70px;
  background: var(--color-primary);
  display: block;
  margin: 10px auto -2px;
}

#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: clamp(24px, 2.5vw, 48px);
  line-height: 48px;
  color: var(--title-text-color);
}

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

.fact-image {text-align:center;}
.fact-image img{width: 80%;}

@media screen and (max-width: 992px) {

  #facts p {
    font-size: 14px;
  }
  #facts {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #facts .col-lg-2.col-12{display: flex;}
  #facts .number-counters .counters-item {width: 50%;}
  .fact-image { margin-bottom: 25px;}
}