/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.chart-index_summary {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 2rem;
}

.chart-employee_wellbeing {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 2rem;
}

.chart-go_green {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 2rem;
}
