_testimonials.scss 350 B

12345678910111213141516
  1. .testimonials {
  2. .testimonial-item {
  3. max-width: 100%;
  4. img {
  5. width: 7rem;
  6. height: 7rem;
  7. box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
  8. object-fit: contain;
  9. background: white;
  10. }
  11. }
  12. .section-title {
  13. font-size: 2.5rem;
  14. font-weight: 400;
  15. }
  16. }