.list_child_page, .main_services {
  padding: 5rem 0;
  text-align: center;
}
.list_child_page .title-thc, .main_services .title-thc {
  margin: auto;
  margin-bottom: 2rem;
  max-width: 600px;
}
.list_child_page .desc, .main_services .desc {
  margin: auto;
  max-width: 600px;
  margin-bottom: 4rem;
}
.list_child_page .item, .main_services .item {
  text-align: center;
}
.list_child_page .item .img-wrap, .main_services .item .img-wrap {
  width: 150px;
  height: 210px;
  margin: auto;
}
.list_child_page .item .title, .main_services .item .title {
  font-size: 1.4rem;
  color: #000000;
  font-family: "Lora", Sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 0 2rem;
}
