.text-white {
  width: 100%;  /* 或設置具體的寬度百分比，例如 80% */
  max-width: 1000px; /* 設定最大寬度，避免文字過長 */
  line-height: 1.8; /* 增加行高讓文字間距更寬 */
  word-wrap: break-word; /* 讓長文字自動換行 */
}
.timeline *::before,
.timeline *::after {
  display: none !important;
}