.testimonial-card-small {
  --nexo-cpx_: var(--nexo-testimonial-card-padding-x);
  --nexo-cpy_: var(--nexo-testimonial-card-padding-y);
  --nexo-cbr_: var(--nexo-testimonial-card-border-radius);

  .img-avatar {
    border-radius: 7px;
    aspect-ratio: 1 / 1;
    width: 3rem;
    height: 3rem;
  }
}
