.rightint-history {
  padding: 70px 0 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rightint-history h3 {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 600;
  text-align: center;
}

.rightint-history h3::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #fff;
  display: block;
  margin: 15px auto 0;
}

.rightint-history .box {
  margin: 100px 0 0;
}

.rightint-history .list {
  position: relative;
  overflow: hidden;
}

.rightint-history .list .swiper {
  width: 100%;
  height: 100%;
  text-align: center;
}

.rightint-history .swiper-slide {
  height: 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.rightint-history .swiper-slide .txt {
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 20;
}

.rightint-history .swiper-slide .txt h5 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.rightint-history .swiper-slide .txt p {
  font-size: 22px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.rightint-history .swiper-slide .txt p~p {
  margin-top: 10px;
}

.rightint-history .swiper-button-prev,
.rightint-history .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: none;
  color: #fff;
  margin-top: -20px;
  text-align: center;
}

.rightint-history .swiper-button-prev::after,
.rightint-history .swiper-button-next::after {
  display: none;
}

.rightint-history .swiper-button-prev i,
.rightint-history .swiper-button-next i {
  font-size: 26px;
  line-height: 40px;
  color: inherit;
}

.rightint-history .swiper-button-prev,
.rightint-history .swiper-container-rtl .swiper-button-next {
  left: -40px;
  right: auto;
}

.rightint-history .swiper-button-next,
.rightint-history .swiper-container-rtl .swiper-button-prev {
  right: -40px;
  left: auto;
}

.rightint-history .swiper-button-prev:hover,
.rightint-history .swiper-button-next:hover {
  color: #fff;
}

.rightint-history .swiper-pagination-bullets {
  position: static;
  margin-top: 20px;
  width: 100%;
  display: none;
}

.rightint-history .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  border: 1px solid #bbb;
  background: transparent;
  border-radius: 50%;
  opacity: 1;
}

.rightint-history .swiper-pagination-bullet-active {
  background: #fff;
  border-color: #fff;
}

@media screen and (max-width: 768px) {
  .rightint-history {
    padding: 30px 0;
  }

  .rightint-history .swiper-button-prev,
  .rightint-history .swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
  }

  .rightint-history .swiper-button-next,
  .rightint-history .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
  }
}