.swiper {
    width: 100%;
    height: calc(100vh - 112px);
  margin-top: 88px;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;



  }


  .swiper {
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
  }
  .swiper-pagination-bullet-active {
    background-color: rgba(106, 128, 207, 1) !important;
}
.swiper-button-next1{

  color: rgba(106, 128, 207, 1);
  position: absolute;
  top: 23%;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 20;
  background-image: url('../imgs/arrow_forward.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.swiper-button-prev1{

  color: rgba(106, 128, 207, 1);
  position: absolute;
  top: 23%;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 20;
  background-image: url('../imgs/arrow_back.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.swiper-slide2{
  width: 100%;
  height: 100%;
display: flex;
flex-direction: column;

}
.swiper-button-next:after,  .swiper-button-prev:after {
  color: rgba(39, 48, 73, 1);
}
@media only screen and (max-width: 427px) {
  .swiper{
    height: calc(100vh - 90px);
  }
}