.chart-list[data-v-7eb2bc79] {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.my-chart[data-v-7eb2bc79] {
  height: 330px;
  width: 100%;
}
.list-item[data-v-7eb2bc79] {
  width: 49%;
  height: 367px;
  border-radius: 25px;
  background-color: #fff;
  position: relative;
  margin-top: 15px;
}
.list-item-title[data-v-7eb2bc79] {
  padding: 10px 15px 8px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  padding-left: 15px;
}
