.forChart {
  font-size: 16px;
  font-weight: 400;
}
forChart h5 {
  background: #ff9000;
  background: linear-gradient(180deg,#ff9000,#ffe400);
  border-bottom: 1px solid #000;
  border-top: 2px solid #000;
  color: #000;
  padding: 20px 0;
  text-align: center;
}