.testimony-card{display:flex;align-items:center;padding:1.5rem;gap:1.5rem}.testimony-card .image-container{width:120px;height:120px;min-width:120px;border-radius:50%;overflow:hidden;flex-shrink:0;border:4px solid #fff;box-shadow:0 8px 20px rgba(0,0,0,.1);position:relative;z-index:2}.testimony-card img{width:100%;height:100%;object-fit:cover;display:block}.testimony-card .content{flex:1 1;display:flex;flex-direction:column;justify-content:center}.testimony-card .content h2{font-size:1.25rem;margin:0 0 .5rem;line-height:1.3}.testimony-card .content a h2{color:var(--color-secondary)}.testimony-card .content a:hover h2{color:var(--color-active)}.testimony-card .content .body{font-size:.95rem;line-height:1.6;color:#666;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.testimony-excerpt{position:relative;padding-left:1.5rem;border-left:3px solid var(--color-lightpurple);font-style:italic;color:#777;margin-top:.5rem}.testimony-excerpt .quote-inline{position:absolute;top:-5px;left:-10px;background-color:var(--color-background);color:var(--color-secondary);width:20px;height:20px}.testimony-card figure{position:relative;margin:0}@media (max-width:768px){.testimony-card{flex-direction:column;padding:3.5rem 1.5rem 1.5rem;gap:.5rem;margin-top:3rem;box-shadow:0 10px 30px rgba(0,0,0,.08);overflow:visible}.testimony-card .image-container{width:100px;height:100px;min-width:100px;margin-top:-6rem;border-width:4px;background-color:#fff}.testimony-card .content h2{font-size:1.2rem}.testimony-card .content .body{font-size:.9rem}}.testimonials-list{display:flex;gap:1rem;flex-direction:column;margin-bottom:2rem}.testimonials-list .first-testimony{min-height:500px;background-color:#f2f2f2;border-radius:1rem}