.testimonial-cards{display:flex;flex-wrap:wrap;justify-content:center}@media only screen and (min-width:768px){.testimonial-cards{justify-content:space-between}}.testimonial-cards__text,.testimonial-cards__text p{color:var(--dark-secondary);padding:0}.testimonial-cards__name{color:var(--dark-tertiary)}@media only screen and (min-width:768px){.testimonial-cards__item{--items-number:3;--spacing:1rem;--spacing-multiplier:2;flex-basis:calc((100% - var(--spacing)*var(--spacing-multiplier))/var(--items-number));margin-left:.5rem;margin-right:.5rem}}.testimonial-cards__item:first-of-type{margin-left:0}.testimonial-cards__item:last-of-type{margin-right:0}