.testimonial blockquote {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding: 0rem;
  margin: 0rem;
  text-align: center;
  max-width: 30rem;
}

.testimonial blockquote .quote-area {
  width: 100%;
  margin: 0;
  padding: 3rem 0rem 5rem 0rem;
  background: center / contain no-repeat url("/images/unoptimised/quote.webp");
}

html[data-theme="light"] .testimonial blockquote .quote-area {
  filter: saturate(1) brightness(1.4);
  color: var(--color-key);
}

.testimonial blockquote picture {
  display: block;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  margin: -4.5rem auto 0rem auto;
  padding: 0;
  z-index: 5;
}

.testimonial cite {
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin: 0rem;
  margin-top: 1rem;
  padding: 0rem;
  font-style: noraml;
}

.testimonial cite span {
  display: block;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: -1rem 0rem 1rem 0rem;
  padding: 0;
}
