section[data-cattype="415"] {
	width: 100%;
  padding: 0 !important;
}

section[data-cattype="415"] .custom-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

section[data-cattype="415"] .custom-item {
  flex: 1 1 50%;
  box-sizing: border-box;
}

section[data-cattype="415"] .custom-image img {
  width: 100%;
  height: auto;
  display: block;
}

section[data-cattype="415"] .custom-text .text-inner {
  max-width: 600px;
}
section[data-cattype="415"] .custom-text {
  display: flex;
  justify-content: center;
  align-items: center; /* 如果需要上下居中，可保留 */
}

section[data-cattype="415"] .custom-text .text-inner {
  max-width: 600px;
  width: 100%;
  text-align: left;
}

section[data-cattype="415"] .custom-text h2 {
  margin-bottom: 15px;
}

section[data-cattype="415"] .custom-text p {
  line-height: 1.7;
}
@media (max-width: 768px) {
  section[data-cattype="415"] .custom-row {
    flex-direction: column;
  }

  section[data-cattype="415"] .custom-item {
    flex: 1 1 100%;
    padding: 15px 10px;
  }

  section[data-cattype="415"] .custom-text .text-inner {
    max-width: 100%;
  }

  section[data-cattype="415"] .custom-row {
    flex-direction: column !important;
  }

  section[data-cattype="415"] .custom-image {
    order: 0 !important;
  }

  section[data-cattype="415"] .custom-text {
    order: 1 !important;
	padding: 0 20px;
  }
}
