/* Navigation related breakpoints */
/* Grid related breakpoints */
/* Navigation related breakpoints */
/* Grid related breakpoints */
.testimonial-card {
  margin: 0;
  padding: var(--sp);
  background: white;
  border-radius: 0.625rem;
  color: var(--color--gray-10);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.testimonial-card__image img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
}

.testimonial-card__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--sp0-5);
  margin-top: var(--sp);
  padding-top: var(--sp);
  border-top: solid 1px #ccc;
}

.testimonial-card__quote p:first-child {
  margin-top: 0;
}
.testimonial-card__quote p:last-child {
  margin-bottom: 0;
}

.testimonial-card__citation {
  font-weight: bold;
  font-size: 0.8125rem;
}