.site-identity {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  font-weight: bolder;
  font-style: normal;
}

@media (max-width: 768px) {
    .small-centered-p {
      text-align: justify;
  }
}

/* Counties Chart CSS */
@media (max-width: 768px) {
  .chartWrapper {
    position: relative;
    width: 100%;
    height: 500px; 
    max-width: 768px; 
    overflow: auto; 
  }

  .chartAreaWrapper {
    width: 1020px; 
  }
}

@media (max-width: 320px) {
  .chartWrapper {
    position: relative;
    width: 100%;
    height: 500px; 
    max-width: 320px; 
    overflow: auto; 
  }

  .chartAreaWrapper {
    width: 640px; 
  }
}

@media (max-width: 425px) {
  .chartWrapper {
    position: relative;
    width: 100%;
    height: 500px; 
    max-width: 425px; 
    overflow: auto; 
  }

  .chartAreaWrapper {
    width: 850px; 
  }
}

/* Constituencies Chart CSS */
@media (max-width: 768px) {
  .chartWrapperConstituency {
    position: relative;
    width: 100%;
    height: 500px; 
    max-width: 768px; 
    overflow: auto; 
  }

  .chartAreaWrapperConstituency {
    width: 1020px; 
  }
}

@media (max-width: 320px) {
  .chartWrapperConstituency {
    position: relative;
    width: 100%;
    height: 500px; 
    max-width: 320px; 
    overflow: auto; 
  }

  .chartAreaWrapperConstituency {
    width: 640px; 
  }
}

@media (max-width: 425px) {
  .chartWrapperConstituency {
    position: relative;
    width: 100%;
    height: 500px; 
    max-width: 425px; 
    overflow: auto; 
  }

  .chartAreaWrapperConstituency {
    width: 850px; 
  }
}

/* Time Chart */
/* @media (max-width: 768px) {
  .chartWrapperTime {
    position: relative;
    width: 100%;
    height: 500px; 
    max-width: 768px; 
    overflow: auto; 
  }

  .chartAreaWrapperTime {
    width: 1020px; 
  }
}

@media (max-width: 320px) {
  .chartWrapperTime {
    position: relative;
    width: 100%;
    height: 500px; 
    max-width: 320px; 
    overflow: auto; 
  }

  .chartAreaWrapperTime {
    width: 320px; 
  }
}

@media (max-width: 425px) {
  .chartWrapperTime {
    position: relative;
    width: 100%;
    height: 500px; 
    max-width: 425px; 
    overflow: auto; 
  }

  .chartAreaWrapperTime {
    width: 768px; 
  }
} */
