.marlo-testimonials{ background:#ffffff; padding:90px 32px; color:#1a1613; }
.marlo-testimonials__wrap{ max-width:1180px; margin:0 auto; }
.marlo-testimonials__head{ text-align:center; margin-bottom:56px; }
.marlo-testimonials__head h2{ font-size:clamp(28px,3.2vw,38px); margin-top:14px; color:#1a1613; }
.marlo-t-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.marlo-t-card{ background:#f6f3ef; border:1px solid rgba(0,0,0,0.08); border-radius:4px; padding:30px 26px; }
.marlo-t-stars{ color:#a97d3f; font-size:14px; letter-spacing:2px; margin-bottom:16px; }
.marlo-t-card p{ font-size:14.5px; line-height:1.65; margin-bottom:20px; color:#1a1613; }
.marlo-t-who{ font-size:12px; color:#6f6a63; }
@media (max-width:900px){ .marlo-t-grid{ grid-template-columns:1fr; } }
