.section-platform-stats {
  padding: 80px 0;
  background: #6ec74a;
  background: -webkit-gradient(linear, right top, left top, from(#6ec74a), color-stop(43%, #46b760), to(#1ba979));
  background: linear-gradient(-90deg, #6ec74a 0%, #46b760 43%, #1ba979 100%);
}
.section-platform-stats .stats-item {
  text-align: center;
}
.section-platform-stats .stats-item img {
  height: auto;
  max-width: 100%;
  margin-bottom: 35px;
}
.section-platform-stats .stats-item .stats-item-label {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}
.section-platform-stats .stats-item .stats-item-label > * {
  display: block;
}
.section-platform-stats .stats-item .stats-item-label > span:nth-of-type(1) {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .section-platform-stats {
    padding: 50px 0 0 0;
  }
  .section-platform-stats .stats-item {
    margin-bottom: 50px;
  }
  .section-platform-stats .stats-item img {
    max-width: 50%;
    margin-bottom: 15px;
  }
  .section-platform-stats .stats-item .stats-item-label {
    font-size: 19px;
    line-height: 1.2;
  }
}