@media screen and (max-width: 1200px) {
  .swiper-item{
    display:flex;
    flex-direction: column;
  }
  #swiper-text{
    position: static;
    margin: auto;
    width:100%;
  }
  .swiper-prev-pic{
    /*display:flex;*/
    /*justify-content: center;*/
    height:100%;
    width:100%;
  }
  .news-slider{
    height:100%;
    width:100%;
  }
  .swiper-link {
    height: 200px;
  }
  #swiper-text-block{
    padding-left: 16px;
  }
  #next-prev{
    right: 0 !important;
    background: white;
    height: 50px !important;
    top: 88% !important;
    min-width: 50px;
    left: unset !important;
  }
  #button-prev{
    left: 0 !important;
    background: white;
    color: #0b54a0 !important;
    height: 50px !important;
    top: 88% !important;
    min-width: 50px;
  }
  .swiper-text-name{
    font-size: 18px;
  }

  .mySwiper .swiper-prev-pic > a{
    height: 50vw;
    width: 100%;
  }

}
@media screen and (min-width: 1200px) {
  .news-slider{
    height:84%;
    width:100%;
  }


}

.mySwiper{
  overflow:hidden;
  position:relative;
}

.swiper-item{
  display:flex;
  min-height: 300px;
}
.swiper-text-block{
  height:100%;
}
.swiper-text-title{
  text-align: center;
  font-weight: 500;
  padding: 10px;
  padding-left: 100px;
  font-size: 24px;
}
.swiper-text-text{
  padding: 16px;
  color: white;
  /*height:100%;*/
  font-size: 18px;
  background:#0068ff;
  width:100%;
  padding-left: 140px;
  height:100%;
  border-radius: 28px;
}
.swiper-link{
  text-align: end;
  position: relative;
  z-index: 34455;
}
.swiper-link-link{
  font-weight: 500;
  color: white;
  text-decoration: underline;
  text-decoration-color: white;
}
.swiper-prev-pic{
  /*position: absolute;*/
  z-index: 1;
  width: 100%
}

.swiper-prev-pic > a{
  width: 43%;
  height: 80%;
  display: block;
  border-radius: 28px;
  background-size: cover !important;
}
.swiper-text{
  position: absolute;
  width: 55%;
  /* min-height: 100%; */
  right: 0;
  height:100%;
}
.next-prev{
  top: 93% !important;
  left: 45.5% !important;
  background: white;
  width: 10%!important;
  height: 15%!important;
}
.button-prev{
  top: 93% !important;
  left: 34.5% !important;
  background: #0068ff;
  width: 10%!important;
  height: 15%!important;
  color: white!important;
}
.next-prev::after{
  font-size: 20px!important;
}
.button-prev::after{
  font-size: 20px!important;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  content: 'next' !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: 'prev' !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
}
/*.swiper-button-next, .swiper-button-prev{*/
/*  top:0%;*/
/*}*/
