/* Equal portrait scale for all three voices; quotations carry the section. */
.v6-voices .voices-three{align-items:start}
.v6-voices .voice-card{padding-top:24px}
.v6-voices .voice-card .person{display:grid;grid-template-columns:88px minmax(0,1fr);gap:20px;align-items:center;min-height:110px;margin:0 0 25px}
.v6-voices .voice-card .person img{display:block;width:88px;height:110px;aspect-ratio:4/5;object-fit:cover;object-position:center;border-radius:2px;margin:0;filter:none}
.v6-voices .voice-card .person strong{font-size:16px;line-height:1.4}
.v6-voices .voice-card .person small{font-size:12px;margin-top:5px;line-height:1.55}
.v6-voices .voice-card blockquote{font-size:24px;line-height:1.42;max-width:34ch}
@media(min-width:769px) and (max-width:1100px){.v6-voices .voice-card .person{grid-template-columns:76px minmax(0,1fr);gap:15px;min-height:95px}.v6-voices .voice-card .person img{width:76px;height:95px}.v6-voices .voice-card .person strong{font-size:14px}.v6-voices .voice-card blockquote{font-size:22px}}
@media(max-width:768px){.v6-voices .voices-three{gap:32px}.v6-voices .voice-card .person{grid-template-columns:80px minmax(0,1fr);gap:20px;min-height:100px;margin-bottom:22px}.v6-voices .voice-card .person img{width:80px;height:100px}.v6-voices .voice-card blockquote{font-size:24px;max-width:38ch}}
