.tenfold-testimonial {
  font-family: "ClashGrotesk-Medium", sans-serif !important;
  font-size: 1.125rem;
  line-height: 1.5;
}
.tenfold-testimonial .testimonial-text-content {
  margin-bottom: 10px;
}
.tenfold-testimonial .testimonial-logo-wrapper {
  background: none !important;
  padding: 0 !important;
  border-radius: 50%;
  min-width: 0;
  max-width: none;
  width: auto;
  height: auto;
}
.tenfold-testimonial .testimonial-logo {
  background-size: cover;
  object-fit: cover;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  min-width: 65px;
}
.tenfold-testimonial .testimonial-author-info {
  display: flex;
  flex-direction: column;
}
.tenfold-testimonial .testimonial-author-info span {
  text-align: left !important;
}
.tenfold-testimonial .testimonial-author-info .testimonial-author {
  font-family: "ClashGrotesk-Medium", sans-serif !important;
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 0 !important;
}
.tenfold-testimonial .testimonial-author-info .testimonial-author-position {
  font-family: "GeneralSans-Regular", sans-serif !important;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-left: 0 !important;
  display: block;
  position: relative;
  top: -3px;
}
