.den-ve{padding:60px 0;background:linear-gradient(135deg,#0c3d22 0%,#0a5c30 50%,#0c3d22 100%)}
.den-ve__wrap{max-width:1200px;margin:0 auto;padding:0 20px}
.den-ve__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.den-ve__card{text-align:center;color:#fff}
.den-ve__photo{width:140px;height:140px;border-radius:50%;overflow:hidden;margin:0 auto 16px;border:3px solid rgba(255,255,255,.3)}
.den-ve__photo img{width:100%;height:100%;object-fit:cover;display:block}
.den-ve__stars{color:#f5c518;font-size:14px;letter-spacing:2px;margin-bottom:8px}
.den-ve__quote-icon{font-size:28px;color:#81a17c;margin-bottom:8px;font-family:Georgia,serif}
.den-ve__name{font-family:Poppins,sans-serif;font-size:17px;font-weight:700;margin:0 0 10px;color:#fff}
.den-ve__text{font-size:14px;line-height:1.65;color:rgba(255,255,255,.9);margin:0 0 14px}
.den-ve__credential{font-size:12px;color:rgba(255,255,255,.7);font-style:italic}
@media(max-width:749px){.den-ve__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}
