.pos4 .container {
  width: 1330px;
}

.statistic {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 50px 0;
}
.statistic .item-stc {
  flex: auto;
  margin: 0 10px;
}
.statistic .item-stc .number {
  font-size: 80px;
  font-family: "JostMedium";
}
@media screen and (max-width: 990px) {
  .statistic .item-stc .number {
    font-size: 60px;
  }
}
.statistic .item-stc .desc {
  color: #5f646b;
  text-transform: uppercase;
  font-family: "MarcellusRegular";
  font-size: 24px;
  margin-top: 42px;
}
@media screen and (max-width: 990px) {
  .statistic .item-stc .desc {
    font-size: 18px;
  }
}

@media all and (max-width: 990px) {
  .statistic {
    flex-wrap: wrap;
    padding: 0;
  }
  .statistic .item-stc {
    width: 45%;
    display: block;
    margin: 20px 10px;
  }
  .statistic .item-stc .number {
    font-size: 60px;
    margin-right: 10px;
    line-height: 80px;
  }
  .statistic .item-stc .desc {
    margin-top: 0px;
    font-size: 18px;
    line-height: 20px;
  }
}
@media all and (max-width: 480px) {
  .statistic {
    display: block;
    padding: 0;
  }
  .statistic .item-stc {
    width: 100%;
    display: flex;
    margin: 40px 10px;
  }
  .statistic .item-stc .number {
    font-size: 35px;
    margin-right: 10px;
    line-height: 20px;
  }
  .statistic .item-stc .desc {
    margin-top: 0px;
    font-size: 14px;
  }
}/*# sourceMappingURL=default.css.map */