.single-testimonial {
  background: #ffffff;
  padding: 100px 0 109px;
}
@media only screen and (max-width: 991px) {
  .single-testimonial {
    padding: 60px 0;
  }
}
.single-testimonial.dark-mode {
  background-color: #000000;
}
.single-testimonial.dark-mode h2,
.single-testimonial.dark-mode h3,
.single-testimonial.dark-mode h4,
.single-testimonial.dark-mode h5 {
  color: #ffffff;
}
.single-testimonial svg.arrow-svg {
  margin-left: 48%;
  margin-top: 24px;
}
@media only screen and (max-width: 1199px) {
  .single-testimonial svg.arrow-svg {
    transform: rotateX(180deg) rotate(197deg);
    margin-bottom: -100px;
  }
}
.single-testimonial svg.background-shape {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.single-testimonial .testimonial-card {
  margin: 34px 0 12px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.single-testimonial .card-bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.single-testimonial .card-bottom .testimonial-circle-image {
  width: fit-content;
  display: flex;
}
.single-testimonial .card-bottom .testimonial-circle-image img {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  object-fit: cover;
}
.single-testimonial.dark-mode {
  background-color: #000000;
}
.single-testimonial.dark-mode h2,
.single-testimonial.dark-mode h3,
.single-testimonial.dark-mode h4,
.single-testimonial.dark-mode h5,
.single-testimonial.dark-mode p {
  color: #ffffff;
}

/*# sourceMappingURL=s-single_testimonial.css.map */
