.chart-container {
  position: relative;
  width: 100%;
  height: 300px;
}
@media (max-width: 576px) {
  .chart-container {
    height: 200px;
  }
}
