/**
 * TESTIMONIAL ELEMENTS
 =======================================================
 * Testimonial components have the following classes available:
 =======================================================
 * Wrapper classes
 * - testimonials
 *
 * Element classes
 * - testimonial_comment
 * - testimonial_author
 * - testimonial_company
 * - testimonial__rating
 *
 * ====================================
 * Shared library / Extending library
 * ====================================
 * These are where elements overlap. If a style is applied and it
 * cannot be located 'here', you will likely find them in the shared
 * library location.
 *
 * - @card.scss
 * - @rating.scss
 * 
 */

/* -------------------------------
   Testimonial elements - default
/* ------------------------------- */

.testimonial_comment {
  color: #4a5568;
}

.testimonial_company {
  color: #718096;
}

.testimonial_author {
  font-weight: bold;
  color: #003554;
}

/*# sourceMappingURL=testimonials.css.map */
