#facts {
  padding-top: 65px;
}
#facts h2 {
  font-size: 32px;
  border-bottom: 1px solid #dadada;
  display: inline-block;
  font-family: var(--title-font-family);
  font-weight: 700;
  line-height: 1;
}
#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;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: center;

}
#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;; 
}

/* 中间图样式 */
#facts .fact-image {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#facts .fact-image img.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; 
}

@media screen and (max-width: 992px) {
  #facts h2 {
    font-size: 28px;
  }
  #facts p {
    font-size: 14px;
  }
 
  #facts .fact-image {
    margin: 20px 0; 
  }
}