.stats {
  margin-bottom: 75px;
}

.stats__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stats__item {
  margin-right: 20px;
  padding: 30px 50px 30px 25px;
  border-radius: 15px;
  border: 1px solid #4D3366;
  width: 24.9%;
}

.stats__item-title {
  width: 75%;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.stats__item-value {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
}

.stats__item-na {
  color: #AD94C7;
  font-weight: 500;
  font-size: 16px;
}