.testimony-container {
  background: #FDF7E9;
  min-height: 500px;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
@media (max-width: 800px) {
  .testimony-container {
    height: auto;
  }
}
.testimony-container .carousel-testimony .carousel-indicators {
  top: 98%;
}
@media (max-width: 800px) {
  .testimony-container .carousel-testimony .carousel-indicators {
    top: 96%;
  }
}
.testimony-container .carousel-testimony .carousel-indicators .active {
  background: #f04e37;
}
.testimony-container .carousel-testimony .carousel-indicators button {
  border: solid 2px #f04e37;
  height: 10px;
  width: 11px;
  border-radius: 50%;
  margin-right: 30px;
  opacity: 1;
}
.testimony-container .carousel-testimony .carousel-item {
  min-height: 400px;
}
.testimony-container .carousel-testimony .carousel-item .row {
  padding: 40px 60px 20px 60px;
}
@media (max-width: 800px) {
  .testimony-container .carousel-testimony .carousel-item .row {
    display: flex;
  }
}
.testimony-container .carousel-testimony .carousel-item .testimony-picture img {
  border: none;
  display: block;
  max-width: 500px;
  max-height: 350px;
  width: auto;
  height: auto;
}
@media (max-width: 800px) {
  .testimony-container .carousel-testimony .carousel-item .testimony-picture div {
    display: flex;
    justify-content: center;
  }
}
.testimony-container .testimony-content {
  align-self: center;
}
.testimony-container .testimony-content .testimony-text {
  position: relative;
}
.testimony-container .testimony-content .testimony-text::before {
  content: "";
  background: transparent url('/wp-content/themes/legrettheme/sass/../../../uploads/2021/12/01_Guillemet-ouvrant_rouge.png') no-repeat center center;
  position: absolute;
  width: 60px;
  height: 80px;
  top: -34%;
  left: -14%;
  background-size: contain;
}
@media (max-width: 800px) {
  .testimony-container .testimony-content .testimony-text::before {
    top: -40%;
    width: 50px;
    height: 60px;
  }
}
.testimony-container .testimony-content .testimony-text::after {
  content: "";
  background: transparent url('/wp-content/themes/legrettheme/sass/../../../uploads/2021/12/02_Guillemet-fermant_rouge.png') no-repeat center center;
  position: absolute;
  width: 60px;
  height: 80px;
  right: -10%;
  background-size: contain;
}
@media (max-width: 800px) {
  .testimony-container .testimony-content .testimony-text::after {
    width: 50px;
    height: 60px;
  }
}
/*# sourceMappingURL=https://gret.org/wp-content/build/scss_library/05ed9e9a8c4f45bec9fa8a0401bee0f5947039cc.css.map */