.swiper--ctn__two {
  position: relative;
  margin: 0px 0px 50px 0px;
}
.swiper--ctn__two .swiper {
  width: 100%;
  overflow-x: hidden;
  max-height: 100vh;
}
.swiper--ctn__two .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper--ctn__two .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper--ctn__two .swiper .swiper-wrapper .swiper-slide--img {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  height: 567px;
  z-index: 1;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.swiper--ctn__two .swiper .swiper-wrapper .swiper-slide__caption {
  font-size: 1.4rem;
  color: #3E5CDA;
  margin: 30px 0px 0px 0px;
}
.swiper--ctn__two .swiper .swiper-noactive {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 19px;
}
.swiper--ctn__two .swiper-galerie-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
}
.swiper--ctn__two .swiper-galerie-pagination span {
  display: block;
  width: 15px;
  height: 15px;
  opacity: 1;
  cursor: pointer;
  margin: 5px;
  background: #ccc;
}
.swiper--ctn__two .swiper-galerie-pagination span.swiper-pagination-bullet-active {
  background: #3E5CDA;
}
