.counter-section {
  
  background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/1713/upload/ad/3fd330469ae4d163487763d1ed517a98decb0bf338c7fb1d2b35d3dcbf329d8c.png);
}

.counter-item-box {
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px dashed #fff;
  padding: 20px;
}

.counter-icon {
  flex-shrink: 0;
  margin-right: 15px;
}
.counter-icon img {
  width: 50px;
 /* filter: grayscale(100%) brightness(2550%);*/
}

.counter-number h2,
.counter-number span {
  font-size: 45px;
  line-height: 26px;
  font-weight: 600;
  display: inline-block;
  color: #fff;
}

.counter-text p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
  font-weight: 500;
}


@media (min-width: 992px) and (max-width: 1199px) {
  .counter-number h2,
  .counter-number span {
    font-size: 40px;
  }
  .counter-text p {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .counter-item-box {
    flex-direction: column;
  }
  .counter-icon {
    margin: 0 auto 20px;
  }
  .counter-content {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .counter-item-box {
    height: calc(100% - 30px);
    margin-bottom: 30px;
  }
}

@media screen and (max-width:480px){
  .counter-section .container h2{
    font-size: 24px !important;
  }
  .counter-number h2, .counter-number span{
    font-size: 28px !important;
  }
  .counter-text p{
    font-size: 14px !important;
  }
}