/* T&S GROUP v2-6-41 — card rows are independent block rows in every language. */
.industry-card ul>li,.industry-card ol>li,
.service-card ul>li,.service-card ol>li{
  display:block!important;
  white-space:normal!important;
  min-height:1px;
}
html[lang^="zh"] .industry-card ul>li,
html[lang^="zh"] .industry-card ol>li,
html[lang^="zh"] .service-card ul>li,
html[lang^="zh"] .service-card ol>li{
  word-break:normal!important;
  overflow-wrap:anywhere!important;
}

/* v2642: each specialization/service stays its own physical row. */
html[lang="zh-CN"] .industry-card li,html[lang="zh-CN"] .service-card li,html[lang="en"] .industry-card li,html[lang="en"] .service-card li{display:block!important;white-space:normal!important;}
