.about-module {
  background-color: var(--module-bg1);
}
.about-module .module-tit .tit {
  width: 100%;
  text-align: center;
}
.about-module h3 {
  margin-bottom: 60px;
  color: var(--module-con-text-color1);
  line-height: 1.25;
}
@media screen and (max-width: 1400px) {
  .about-module h3 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  .about-module h3 {
    margin-bottom: 40px;
  }
}
.about-module h5 {
  margin-bottom: 22px;
  color: var(--module-con-text-color2);
  line-height: 1;
  font-style: italic;
}
@media screen and (max-width: 1200px) {
  .about-module h5 {
    margin-bottom: 16px;
  }
}
.about-module ul {
  padding-left: 20px;
}
.about-module ul li {
  margin-bottom: 26px;
  font-size: 18px;
  color: var(--module-con-text-color1);
  line-height: 1.3;
  list-style: disc;
}
@media screen and (max-width: 1200px) {
  .about-module ul li {
    font-size: 16px;
  }
}
.about-module ul li span {
  color: var(--module-con-text-color2);
}
.about-module ul li::marker {
  color: var(--module-con-text-color2);
  font-size: 15px;
}
.about-module ul li:last-child {
  margin-bottom: 0;
}
.img-text-list .item .container .text-box {
  padding-left: 98px;
  flex-grow: 1;
}
@media screen and (max-width: 992px) {
  .img-text-list .item .container .text-box {
    padding-left: 64px;
  }
}
@media screen and (max-width: 768px) {
  .img-text-list .item .container .text-box {
    padding-left: 0;
    margin-top: 30px;
  }
}
