/* 可依照頁面需求調整 */
.image-slides {
  max-width: 560px;
  margin-left: 0px;
}
.slide-step {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.slide-step .img-box {
  margin-bottom: 1.5rem;
}
.slide-step .img-box img {
      width: 217px;
    }
.slide-step .text {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.slide-step .text h5 {
  white-space: nowrap;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 103 0 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 700px) {
  .slide-step .text h5 {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
.slide-step .text p {
      letter-spacing: 1.5px;
      font-size: 0.9375rem;
      line-height: 1.5;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
@media (min-width: 700px) {
  .slide-step .text p {
    font-size: 1.125rem;
    line-height: 1.5;
        letter-spacing: 1.8px;
  }
}
.slide-step .vertical.text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.slide-step .text.text-dark p {
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}
.slide-step .text.text-col {
  flex-direction: column;
}

/*# sourceMappingURL=image-slides.css.map */
