.stats-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.stats-section .page-center {
  overflow: hidden;
}
.common-problem-list .list-item {
  padding-left: 52px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.common-problem-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.common-problem-list .list-item > span {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 991px) {
  .common-problem-list .list-item {
    padding-bottom: 15px;
    padding-top: 15px;
  }

}

@media only screen and (max-width: 880px) {

}

@media only screen and (max-width: 767px) {
  .common-problem-list ul {
    gap: 5px;
  }
  .common-problem-list .list-item {
    padding-left: 45px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
