.testimonioCards-wrapper{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.testimonioCard-wrapper{margin:0 auto;max-width:400px;width:100%}.testimonioCard-container{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;flex-direction:column;height:100%;padding:32px;transition:box-shadow .3s ease}.testimonioCard-container:hover{box-shadow:0 6px 20px rgba(0,0,0,.15)}.testimonioCard-tag{border-radius:20px;color:#fff;display:inline-block;line-height:1.1;margin-bottom:24px;padding:4px 16px;width:fit-content}.testimonioCard-tag.green{background:#22cd9c}.testimonioCard-tag.red{background:#ea5554}.testimonioCard-title{font-family:Graphik;font-size:22px;font-weight:500;margin-bottom:48px}.testimonioCard-content{color:#575a59;line-height:1.6;margin-bottom:24px}.testimonioCard-rating{display:flex;gap:4px;margin-bottom:24px}.testimonioCard-ratingAndAuthor{display:flex;flex-direction:column;height:100%;justify-content:flex-end}.testimonioCard-star{color:#e5e7eb;height:24px;transition:color .2s ease;width:24px}.testimonioCard-rating.red .testimonioCard-star.active{color:#ea5554}.testimonioCard-rating.green .testimonioCard-star.active{color:#22cd9c}.testimonioCard-author{display:flex;flex-direction:column;gap:4px}.testimonioCard-authorName{font-weight:600;text-transform:uppercase}.testimonioCard-date{opacity:.7}@media (max-width:768px){.testimonioCard-container{padding:20px}.testimonioCard-rating{margin-bottom:20px}}@media (max-width:1200px){.testimonioCards-wrapper{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.testimonioCards-wrapper{gap:16px;grid-template-columns:1fr}.testimonioCard-container{padding:20px}.testimonioCard-rating{margin-bottom:20px}.testimonioCard-title{font-size:20px;margin-bottom:32px}}