_testimonials.scss 196 B

1234567891011
  1. .testimonials {
  2. padding-top: 7rem;
  3. padding-bottom: 7rem;
  4. .testimonial-item {
  5. max-width: 18rem;
  6. img {
  7. max-width: 12rem;
  8. box-shadow: 0px 5px 5px 0px $gray-500;
  9. }
  10. }
  11. }