.testimonial__reviews { padding: 40px 0; } .testimonial__container { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .testimonial__card { display: flex; flex-direction: row; align-items: flex-start; width: calc(33.33% - 14px); padding: 15px; border: 1px solid #ddd; border-radius: 10px; background: #fff; box-shadow: 1px 2px 5px 1px rgba(0,0,0,.11); } .testimonial__avatar { width: 50px; height: 50px; border-radius: 50%; background: #4285f4; color: #fff; font-weight: bold; font-size: 22px; display: flex; align-items: center; justify-content: center; margin-right: 12px; flex-shrink: 0; } .testimonial__content { flex: 1; } .testimonial__header { font-weight: bold; margin-bottom: 4px; } .testimonial__header a { color: #333; text-decoration: none; } .testimonial__header a:hover { text-decoration: underline; } .testimonial__stars { color: #fbbc04; font-size: 16px; margin-bottom: 4px; } .testimonial__date { font-size: 0.9em; color: #777; margin-bottom: 6px; } .testimonial__text { line-height: 1.4em; font-size: 0.95em; } .testimonial__more { flex-basis: 100%; text-align: right; margin-top: 10px; }