.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;
}
@media only screen and (min-width: 992px) {
  .list_child_page.has-items-4 .item .title, .list_child_page .row.has-items-4 .item .title, .main_services.has-items-4 .item .title, .main_services .row.has-items-4 .item .title {
    padding: 0 0.5rem;
    font-size: 1.25rem;
  }
  .list_child_page.has-items-4 .item .desc, .list_child_page .row.has-items-4 .item .desc, .main_services.has-items-4 .item .desc, .main_services .row.has-items-4 .item .desc {
    padding: 0 0.25rem;
  }
}
@media only screen and (max-width: 769px) {
  .main_services {
    padding: 2rem 0;
  }
  .main_services .title-thc {
    margin: auto;
    margin-bottom: 2rem;
  }
}
