.global-services {
  background: #f6f6f6;
  padding: 0.4rem 0 0.6rem;
  overflow: hidden;
}
.global-services .global-services-content {
  background-color: #ffffff;
  padding: 0.4rem;
}
.global-services .global-services-content,
.global-services .global-services-content p,
.global-services .global-services-content span {
  font-size: 0.2rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: #333333 !important;
}
.global-services .global-services-content img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  display: block !important;
  margin: auto !important;
}
@media screen and (max-width: 1024px) {
  .global-services .global-services-content,
  .global-services .global-services-content p {
    font-size: 0.28rem !important;
    line-height: 1.6 !important;
  }
}
