.mobility_graphs_container {
  position: relative;
  display: flex;
  gap: 44px;
  justify-content: space-between;
  margin-top: 65px;
}

.mobility_graphs_container > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mobility_graphs_container > div h2 {
  color: var(--colors-secondary-color, #17144c);
  font-family: Montserrat;
  font-size: clamp(1.0625rem, 0.9875rem + 0.375vw, 1.4375rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 9px;
}
.graph_group_title h2 {
  color: var(--colors-primary-color) !important;
}

.mobility_graphs_container > div .graph {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}

.mobility_graphs_container > div .graph > div {
  flex: 1;
}

.mobility_graphs_container > div .graph > div img {
  width: 100%;
  display: block;
}

.chartdiv {
  width: 100%;
  height: 320px;
  position: relative;
}
.graph_group_wrapper {
  position: relative;
}
.graph_group_wrapper h2{
  margin: 0;
}
/* .chartdiv::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 19px;
  bottom: 0;
  left: 0;
  background: #FFF;
} */