#bloc-testimonial-slider {
  overflow: hidden;
  padding: 155px 0 100px 0;
  background-color: var(--color-qw-grey-light-2);
  background-image: url("data:image/svg+xml,%3Csvg width='946' height='781' viewBox='0 0 946 781' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M778.727 842.965C777.636 842.965 776.545 842.918 775.443 842.812C761.534 841.462 749.961 831.671 746.428 818.287L678.438 560.783L553.996 823.946C548.399 835.78 536.305 843.27 523.084 842.977C509.887 842.707 498.089 834.759 492.99 822.702L328.696 434.261C321.581 417.426 329.585 398.067 346.588 391.023C363.592 383.967 383.144 391.904 390.259 408.739L525.467 728.43L657.142 449.981C663.107 437.372 676.387 429.812 690.402 431.092C704.406 432.359 716.097 442.174 719.654 455.64L788.154 715.046L882.597 522.405C890.648 505.993 910.616 499.136 927.192 507.108C943.768 515.079 950.693 534.838 942.642 551.262L808.75 824.392C803.129 835.85 791.414 843 778.739 843L778.727 842.965ZM360.402 713.684C161.674 713.684 0 553.61 0 356.836C0 160.063 161.674 0 360.402 0C559.13 0 720.804 160.074 720.804 356.836C720.804 375.08 705.864 389.873 687.438 389.873C669.012 389.873 654.071 375.08 654.071 356.836C654.071 196.515 522.337 66.0843 360.414 66.0843C198.491 66.0843 66.7446 196.515 66.7446 356.836C66.7446 517.157 198.479 647.6 360.414 647.6C378.84 647.6 393.78 662.392 393.78 680.636C393.78 698.88 378.828 713.684 360.402 713.684Z' fill='%231AC7CE'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-position: top 20px center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  #bloc-testimonial-slider {
    padding-top: 78px;
    padding-bottom: 30px;
    background-size: cover;
    background-position: center center;
  }
}

@media (max-width: 991px) {
  #bloc-testimonial-slider h2,
  #bloc-testimonial-slider .h2 {
    margin-bottom: 30px;
  }
}

#bloc-testimonial-slider .container-full {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  /*
    .container-title {
      top: 50%;
      position: absolute;
      @media screen and (min-width: 1281px) {
        left: 50%;
        transform: translate(-50%, -50%);
      }
      @media screen and (min-width: 992px) and (max-width: 1280px){
        left: 5%;
        transform: translate(-5%, -50%);
      }
    }
      */
}

@media (max-width: 991px) {
  #bloc-testimonial-slider .container-full {
    padding-left: 40px;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 449px) {
  #bloc-testimonial-slider .container-full {
    padding-left: 20px;
    width: calc(100% - 20px);
  }
}

#bloc-testimonial-slider .container-full .row {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#bloc-testimonial-slider .container-full .row .col-66 {
  padding: 0;
}

@media (max-width: 991px) {
  #bloc-testimonial-slider .container-full .row .col-66 {
    width: 100% !important;
  }
}

@media screen and (min-width: 1281px) {
  #bloc-testimonial-slider .container-full .row .col-66 {
    width: 60% !important;
  }
}

#bloc-testimonial-slider .container-full .row .col-33 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 1281px) {
  #bloc-testimonial-slider .container-full .row .col-33 {
    width: 40% !important;
  }
}

#bloc-testimonial-slider #testimonial-slider-col-title {
  padding-left: 16px;
}

#bloc-testimonial-slider .testimonial-slider-title {
  padding-right: 32px;
}

@media screen and (min-width: 1281px) {
  #bloc-testimonial-slider .testimonial-slider-title {
    padding-right: 72px;
  }
}

#bloc-testimonial-slider #testimonial-swiper {
  padding-bottom: 12px;
}

#bloc-testimonial-slider .swiper-pagination {
  position: relative;
  margin-top: 32px;
  text-align: left;
}

#bloc-testimonial-slider .next-prev-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 22px;
}

#bloc-testimonial-slider .next-prev-container svg {
  width: 26px;
  height: 26px;
}

#bloc-testimonial-slider .next-prev-container .swiper-prev {
  margin-right: 18px;
}

#bloc-testimonial-slider .next-prev-container .swiper-prev,
#bloc-testimonial-slider .next-prev-container .swiper-next {
  cursor: pointer;
}

#bloc-testimonial-slider .next-prev-container .swiper-prev:hover svg path,
#bloc-testimonial-slider .next-prev-container .swiper-next:hover svg path {
  stroke: var(--color-qw-green);
}

#bloc-testimonial-slider .swiper-pagination-bullet {
  border: 1px solid black !important;
  border-radius: 50% !important;
  background-color: transparent !important;
  width: 7px;
  height: 7px;
  opacity: 1 !important;
}

#bloc-testimonial-slider .swiper-pagination-bullet:hover {
  background-color: black !important;
}

#bloc-testimonial-slider .swiper-pagination-bullet-active {
  background-color: black !important;
}

.testimonial-slider-single {
  background-color: var(--color-qw-white);
  height: calc(100% - 52px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 22px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.tesmoninial-slider-content {
  color: var(--color-qw-grey-light);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.tesmoninial-slider-name {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: -0.21px;
  margin-top: 60px;
}

#testimonial-swiper .swiper-slide {
  height: auto;
}

#testimonial-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#testimonial-swiper .swiper-slide-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
