.testimony-container .title {
  max-width: 1390px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.testimony-item {
  background-color: #27253A;
  position: relative;
  overflow: hidden;
}
.testimony-item .background-title {
  position: absolute;
  width: 100%;
  font-size: 20rem;
  font-family: "Inter";
  font-weight: 900;
  color: #E9E9E9;
  left: 0;
  bottom: 272px;
  opacity: 0.1;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 0;
}
.testimony-item .container {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 100px;
  position: relative;
  max-width: 1390px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1215686275);
}
.testimony-item .container .content {
  color: white;
  font-size: 1.5rem;
  margin: 0 auto;
  position: relative;
}
.testimony-item .container .content::before, .testimony-item .container .content::after {
  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;
}
.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 */
