.stat-block h3.stat-title,
.stat-block-preview h3.stat-title {
  margin: 0;
  font-size: 3rem;

  /* font-size: 1.2rem; */
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(150deg, #2ae87a, #18a854, #0a3a1e);
  color: #18a854;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-block h4.stat-description,
.stat-block-preview h4.stat-description {
  margin: 0;
  font-size: 0.8rem;

  /* font-size: 0.7rem; */
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #aaaaaa;
}

/* @media (min-width: 768px) {
  .stat-block h3.stat-title,
  .stat-block-preview h3.stat-title {
    font-size: 3rem;
  }

  .stat-block h4.stat-description,
  .stat-block-preview h4.stat-description {
    font-size: 0.8rem;
  }
} */
