.growth-graph-wrap {
  width: 100%;
  max-width: 760px;
  height: auto;
  aspect-ratio: 5 / 3;
  min-height: 240px;
  border-radius: 22px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.growth-graph-wrap canvas {
  width: 100%;
  height: 100%;
  display: block;
}
