.testimonials{background:linear-gradient(180deg,#fff 0%,#f8f5ef 100%)}
.testimonials .testimonial-grid{align-items:stretch;gap:22px}
.testimonials .testimonial-grid article{position:relative;display:flex;flex-direction:column;min-height:100%;padding:34px;border:0;border-radius:14px;background:#fff;box-shadow:0 12px 38px rgba(20,35,29,.08);overflow:hidden;transition:transform .25s,box-shadow .25s}
.testimonials .testimonial-grid article:before{content:'“';position:absolute;right:22px;top:4px;font:700 76px Georgia;color:rgba(240,90,40,.10);line-height:1}
.testimonials .testimonial-grid article:hover{transform:translateY(-5px);box-shadow:0 18px 48px rgba(20,35,29,.13)}
.testimonials .stars{position:relative;color:#f2a516;font-size:14px;letter-spacing:3px}
.testimonials .testimonial-grid article>p{position:relative;flex:1;font-family:'DM Sans',sans-serif;font-size:15px;line-height:1.75;color:#46534c;margin:22px 0 30px}
.testimonials .testimonial-grid footer{justify-content:flex-start;align-items:center;gap:12px;padding-top:20px;border-top:1px solid var(--line)}
.testimonials .testimonial-grid footer:before{content:'C';width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font:800 15px Manrope}
.testimonials .testimonial-grid article:nth-child(1) footer:before{content:'AB'}.testimonials .testimonial-grid article:nth-child(2) footer:before{content:'RP'}.testimonials .testimonial-grid article:nth-child(3) footer:before{content:'MA'}
.testimonials .testimonial-grid footer b,.testimonials .testimonial-grid footer span{display:block}.testimonials .testimonial-grid footer span{margin-left:auto}
.area-band .area-grid>div:first-child p{color:#c7d5cf;font-size:13px;margin-top:12px;max-width:420px}.area-band .area-tags span{background:rgba(255,255,255,.04);transition:.2s}.area-band .area-tags span:hover{background:#fff;color:var(--green);border-color:#fff}
@media(max-width:900px){.testimonials .testimonial-grid{grid-template-columns:1fr 1fr}.testimonials .testimonial-grid article:last-child{grid-column:1/-1}}
@media(max-width:600px){.testimonials .testimonial-grid{grid-template-columns:1fr}.testimonials .testimonial-grid article:last-child{grid-column:auto}.testimonials .testimonial-grid article{padding:26px 22px}.testimonials .testimonial-grid article>p{font-size:14px}.testimonials .testimonial-grid footer span{margin-left:0}}
