.history-slide-section .history-content {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 calc(var(--swiper-navigation-large-size) + 10px);
}

.history-slide-section .history-item,
.history-slide-section .history-item .history-item-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.history-slide-section .history-item {
  gap: var(--section-space-small);
}

.history-slide-section .history-item .history-item-top {
  gap: var(--card-space-small);
}

.history-slide-section .history-item.pic_text {
  flex-direction: column-reverse;
}

.history-slide-section .history-item img,
.history-slide-section .history-item video {
  width: 100%;
  height: 100%;
}

.history-slide-section .swiper-pagination {
  display: none;
  position: static;
}

.history-slide-section .swiper-button-prev,
[dir="rtl"] .history-slide-section .swiper-button-next {
  left: 0px;
  right: auto;
}

.history-slide-section .swiper-button-next,
[dir="rtl"] .history-slide-section .swiper-button-prev {
  right: 0px;
  left: auto;
}

@media screen and (max-width: 991px) {
  .history-slide-section .history-content {
    padding: 0;
  }

  .history-slide-section .swiper-button-prev,
  .history-slide-section .swiper-button-next {
    display: none;
  }

  .history-slide-section .swiper-pagination {
    display: block;
  }
}