@media (min-width: 768px) {
  .sb-article--user-feedback {
    padding-bottom: 0;
    padding-top: 100px;
    text-align: left;
  }
}

.app-stats li {
  display: block;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  color: #5e6366;
  margin: 15px 0;
  text-align: center;
}
.app-stats span {
  font-size: 100px;
  color: #fbc62f;
  display: block;
  line-height: 1;
}
@media (min-width: 768px) {
  .app-stats {
    display: flex;
    flex-flow: row;
  }
  .app-stats li {
    margin: 0 30px;
    text-align: left;
  }
  .app-stats li:first-child {
    margin-left: 0;
  }
  .app-stats li:last-child {
    margin-right: 0;
  }
}


.twitter-reviews {
  margin-top: 60px;
}
.twitter-reviews li {
  display: block;
  background: #f7f9fa;
  border-radius: 20px;
  padding: 15px;
  font-size: 16px;
  color: #5e6366;
  margin: 15px 0;
}
.twitter-review__autor {
  margin-top: 15px;
  line-height: 1.5;
}
.twitter-review__autor img {
  display: inline;
  vertical-align: middle;
}
.twitter-review__autor a {
  color: #1da1f2;
  text-decoration: none;
}
@media (min-width: 768px) {
  .twitter-reviews {
    display: flex;
    justify-content: space-between;
  }
  .twitter-reviews li {
    width: 31.25%;
    margin: 0;
  }
}
