.realisations-stats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  text-align: center;
}

.realisations-stats-panel {
  width: 640px;
}

.realisations-stats-chart {
  width: 100%;
  height: 500px;
}
