.rightint-history {
  padding: 80px 0 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1920px;
  margin: auto;
}

.rightint-history h3 {
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  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: 16px;
  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: 1280px) {
.rightint-history h3 {
  font-size: 28px;
 
}
  
}

@media screen and (max-width: 968px) {
 .rightint-history .swiper-slide .txt p {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}
  .rightint-history {
  padding: 40px 0 40px;
  
}
}

@media screen and (max-width: 768px) {
  

  .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;
  }
}



@media screen and (max-width: 480px) {
.rightint-history h3 {
  font-size: 24px;
 
}
  .rightint-history .swiper-slide .txt p {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  padding: 0 25px;
 }
}




