.testimonial-card{border-radius:8px;display:flex;flex-direction:row;align-items:stretch;gap:clamp(20px,5vw,40px);min-height:clamp(300px,40vw,500px);width:100%}.testimonial-card.inverted{flex-direction:row-reverse}.testimonial-card-full.inverted{direction:rtl}.testimonial-card-full.inverted .testimonial-content{direction:ltr}.testimonial-content{display:flex;flex-direction:column;justify-content:center;padding:4rem;gap:2rem;background-color:rgba(var(--card-rgb),.97);backdrop-filter:blur(8px);border-radius:24px;margin:1px}.testimonial-card-image-container,.testimonial-image-container{position:relative;height:100%;width:100%}.testimonial-card-image{object-fit:cover}.testimonial-text{flex:2;display:flex;flex-direction:column;justify-content:center}.testimonial-text p{font-size:var(--font-size-h5);line-height:1.7;font-weight:300;color:var(--text-secondary);position:relative;margin-top:0;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}.testimonial-text p:after,.testimonial-text p:before{color:var(--primary-light)}.testimonial-text p:before{content:"\201C";margin-right:2px}.testimonial-text p:after{content:"\201D";margin-left:2px}.testimonial-title{font-weight:300;font-size:var(--font-size-h5);color:var(--text-secondary);margin-bottom:0}.testimonial-name{font-weight:500;font-size:var(--font-size-h4);color:var(--text-primary);margin-bottom:5px}.rounded-lg{overflow:hidden;border-radius:4px;width:300px;height:360px;flex-shrink:0;margin-bottom:20px;background-color:var(--background)}.image-div{flex:1;position:relative;min-width:clamp(200px,30vw,300px);min-height:clamp(200px,30vw,300px)}@media (max-width:768px){.testimonial-card{min-height:auto}.testimonial-card,.testimonial-card.inverted{flex-direction:column}.image-div{min-width:100%;min-height:300px;order:-1}.testimonial-text{order:1}}