.statistical__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-bottom: 4rem;
}
.statistical__cover {
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
.statistical__content--2 {
  grid-column: 1 / -1;
}

.statistical__chart-wrap {
  padding: 1rem;
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
  border-radius: 5px;
}

.statistical__title {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.statistical__title span {
  margin-right: 0.5rem;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  transform: translateY(-1px);
}
