.divRow.standardRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1200px;     /* 控制模块最大宽度 */
    margin: 40px auto;     /* 上下 40px 间距，左右自动居中 */
    padding: 0 20px;       /* 左右内边距（不贴边） */
}
h2.my-bold-title {
  font-weight: 400;
}
h3.my-bold-title {
  font-weight: 400;
}
.standardText {
  margin-bottom: 30px; /* 数值可调，20px 为一行左右 */
}