.rightint-history1 {
  padding: 0px 0 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.rightint-history1 .container{
  position: absolute;
  top: 36%;
  left: 55%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: flex-end;
}

.rightint-history1 h3 {
  font-size:clamp(24px, 6vw,116px) !important;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  text-align: right;
}

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

.rightint-history1 .box {
  margin: 0px 0 0;
}

.rightint-history1 .list {
  position: relative;
  overflow: hidden;
  width: 55%;
}

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

.rightint-history1 .swiper-slide {
  height: 275px;
  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-history1 .txt {
  height: 100%;
  text-align: right;
  position: relative;
  z-index: 20;
  /* width: 55%; */
}

.rightint-history1 .txt h5 {
  font-size: clamp(24px, 6vw,116px);
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.rightint-history1 .txt p {
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  /* width: 55%; */
  /* text-align: right; */
  /* margin: -83px 0 0 632px; */
}

.rightint-history1 .txt p~p {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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


@media(max-width:1440px){
  .rightint-history1 .container {left: 50%;}
}

@media(max-width:1200px){
  .rightint-history1 .swiper-slide .txt {width: 100%;}
  .rightint-history1 .swiper-slide .txt p {font-size: 14px;}
  .rightint-history1 .container {top: 54%;}
  .rightint-history1 .txt p {font-size: 16px;}
}

@media(max-width:991px){

  .rightint-history1 .swiper-slide .txt {text-align: left; }
  .rightint-history1 .swiper-slide .txt p {margin: 0;width: 100%;}

  .rightint-history1 h3 {font-size: 20px !important;}
  .rightint-history1 .swiper-slide .txt h5 {font-size: 24px;}


  .rightint-history1 .container {position: static;transform: none;display: block;}
  .rightint-history1 .txt h5,.rightint-history1 h3,.rightint-history1 .txt p{color: #000000; text-align: left;}

  .rightint-history1 h3::after{display: none;}

  .rightint-history1 .swiper-slide .txt h5 { margin-bottom: 10px;}
  .rightint-history1 .box {margin: 15px 0 0;}
  .rightint-history1 .swiper-slide {height: 100%;margin: 0 0 15px 0;}

  .rightint-history1 .list { width: 100%;}

  .rightint-history1 .txt h5 {margin-bottom: 10px; font-size: 24px;}


}

@media(max-width:767px){
  .rightint-history1 .swiper-slide .txt h5 {
    font-size: 25px;
  }


  .rightint-history1 .txt p { font-size: 14px;}
}







/*@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;
  }
}*/