.disease-spotlight-eyebrow span {
  background: #545454;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 8px;
  font-size: 14px;
}

.disease-spotlight-title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0;
}

@media screen and (max-width: 600px) {
  .disease-spotlight-title {
    font-size: 20px;
  }
}
