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

#facts h2 {
  display: inline-block;
  font-family: var(--title-font-family);
  font-size: 40px;
  line-height: 1.4;
  font-weight: 400;
}

#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 .fact-image img{
  width:100%;
}
#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 p {
    font-size: 14px;
  }
}



@media screen and (max-width: 1440px) {
  #facts h2{font-size: 36px;}
}
@media screen and (max-width: 1281px) {
  #facts h2{font-size: 34px;}
  #facts {padding-top: 80px;padding-bottom: 80px;}
}
@media screen and (max-width: 1171px) {
  #facts h2{font-size: 30px;}
}
@media screen and (max-width: 992px) {
  #facts h2{font-size: 26px;}
  #facts {padding-top: 30px;padding-bottom: 30px;}
}
@media screen and (max-width: 768px) {
  #facts h2{font-size: 24px;}
}
@media screen and (max-width: 480px) {
  #facts h2{font-size: 22px;}
}