.articles-stats {
  display: flex;
  justify-content: space-around;
  padding: 15px 30px;
}
.articles-stat__container {
  min-width: 260px;
  height: 105px;

  background: #f5f5f5;
  border-radius: 8px;

  text-align: center;
  font-weight: 500;

  display: flex;
  flex-flow: column nowrap;
}

.articles-stat__container > .label {
  color: #9fa2b4;
  font-size: 1.05rem;
  flex: 1;
  line-height: 2.5;
}

.articles-stat__container > .stat {
  font-size: 2.3rem;
  color: #252733;
  line-height: 1.2;
  flex: 2;
}
