
/* 仅适用于本产品板块的样式 */
.pcb-service-section {
  background-color: #ffffff; /* 匹配原图背景色，仅作用于当前板块 */
  padding: 2.5rem 5%;
  text-align: center;
}
.pcb-service-title {
  font-size: 2rem;
  color: #2c3e50;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.pcb-service-desc {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
  text-align: left; /* 保持正文左对齐的排版 */
}

/* 手机端响应式适配 */
@media (max-width: 768px) {
  .pcb-service-title {
    font-size: 1.5rem;
  }
  .pcb-service-desc {
    font-size: 0.9rem;
    padding: 0 1rem;
  }
}
