.baoxin_about_service {
  padding: 100px 0;
}
.baoxin_about_service .witr_section_title h2 {
  color: var(--text-color);
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
}
.baoxin_about_service .witr_section_title h3 {
  color: #666;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 20px auto 0;
  width: 45%;
}
.baoxin_about_service .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 30px;
}
.baoxin_about_service .item-box {
  width: calc((100% - 60px) / 3);
}
.baoxin_about_service .item {
  height: 200px;
  background: rgba(248, 248, 248, 0.8);
  border-radius: 10px;
  text-align: center;
  padding: 40px 0px 50px;
  overflow: hidden;
}
.baoxin_about_service .item img {
  width: 70px;
  height: auto;
}
.baoxin_about_service .item h3 {
  color: var(--text-color);
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: normal;
  margin-top: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.baoxin_about_service .item p {
  color: #666;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  width: 85%;
  margin: 25px auto 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1500px) {
  .baoxin_about_service .witr_section_title h3 {
    width: 52%;
  }
}
@media screen and (max-width: 1200px) {
  .baoxin_about_service .witr_section_title h3 {
    width: 62%;
  }
  .baoxin_about_service .item-box {
    width: calc((100% - 30px) / 2);
  }
  .baoxin_about_service .witr_section_title h2 {
    font-size: 48px;
  }
  .baoxin_about_service .item {
    height: 320px;
  }
  .baoxin_about_service .item img {
    width: 60px;
  }
  .baoxin_about_service .item h3 {
    font-size: 20px;
  }
  .baoxin_about_service .item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .baoxin_about_service {
    padding: 30px 0;
  }
  .baoxin_about_service .witr_section_title h2 {
    font-size: 40px;
    text-align: left;
  }
  .baoxin_about_service .witr_section_title h3 {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .baoxin_about_service .witr_section_title h2 {
    font-size: 24px;
  }
  .baoxin_about_service .witr_section_title h3 {
    margin: 16px 0 0;
  }
  .baoxin_about_service .list {
    margin-top: 20px;
    gap: 15px;
  }
  .baoxin_about_service .item-box {
    width: 100%;
  }
  .baoxin_about_service .item {
    height: 198px;
    padding: 30px 18px;
    border-radius: 12px;
    display: flex;
  }
  .baoxin_about_service .item .content {
    flex: 1;
  }
  .baoxin_about_service .item img {
    width: 50px;
    height: fit-content;
    margin-right: 20px;
  }
  .baoxin_about_service .item h3 {
    text-align: left;
    font-size: 18px;
    margin-top: 0;
  }
  .baoxin_about_service .item p {
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin: 12px 0 0;
    line-height: 20px;
  }
}

@media screen and (max-width: 576px) {
}
