| 12345678910111213141516171819202122 |
- .testimonials {
- padding-top: 2rem;
- padding-bottom: 2rem;
- @media (min-width: 768px) {
- padding-top: 4rem;
- padding-bottom: 4rem;
- }
- .testimonial-item {
- max-width: 100%;
- img {
- width: 7rem;
- height: 7rem;
- box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
- object-fit: contain;
- background: white;
- }
- }
- .section-title {
- font-size: 2.5rem;
- font-weight: 400;
- }
- }
|