.testimony-container .e-title {
  margin-bottom: 20px !important;
  margin: 0 auto;
  max-width: 1390px;
}
.testimony-container .swiper {
  background-color: #27253A;
}
.testimony-container .swiper .swiper-button-prev,
.testimony-container .swiper .swiper-button-next {
  display: none;
  color: #fff;
  background: none;
  border: none;
}
.testimony-container .swiper .swiper-button-prev::after,
.testimony-container .swiper .swiper-button-next::after {
  font-size: 2rem;
}
@media screen and (min-width: 640px) {
  .testimony-container .swiper .swiper-button-prev,
  .testimony-container .swiper .swiper-button-next {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  .testimony-container .swiper {
    background: none;
  }
}

.testimony-item {
  position: relative;
  overflow: hidden;
}
.testimony-item .container {
  z-index: 1;
  display: flex;
  gap: 50px;
  padding: 100px;
  position: relative;
  max-width: 1390px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .testimony-item .container {
    background-color: #27253A;
    padding: 20px;
    flex-direction: column;
    font-size: 0.9rem;
  }
}
.testimony-item .container .content {
  color: white;
  font-size: 1.5rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 500px) {
  .testimony-item .container .content {
    font-size: 1rem;
  }
}
.testimony-item .container .content::before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../images/pictos/quotation.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
}
@media screen and (max-width: 500px) {
  .testimony-item .container .content::before {
    display: none;
  }
}
.testimony-item .container .content::before {
  top: -50px;
  left: -50px;
}
.testimony-item .container .content::after {
  bottom: -50px;
  right: -50px;
  rotate: 180deg;
}
.testimony-item .container img {
  margin: 0 auto;
  border-radius: 50%;
}

/*# sourceMappingURL=testimony.css.map */
