.kya-team{background:#f8fafc;padding:26px 0}
.container{max-width:1280px;margin:0 auto;padding:0 20px}
.kya-team h2{text-align:center;margin:0 0 16px;letter-spacing:.02em}
.cards{display:flex;justify-content:space-between;gap:18px}
.card{background:#fff;border-radius:16px;box-shadow:0 8px 22px rgba(2,6,23,.08);padding:18px;text-align:center;display:flex;flex-direction:column;justify-content:space-between;flex:0 0 48%}
.card .upper{display:flex;flex-direction:column}
.card img{width:260px;height:320px;object-fit:cover;border-radius:14px;margin:10px auto;background:#eef2ff}
.kya-team h3{color:#2F318B;margin:8px 0 6px}
.card p{margin:6px 0;color:#111;line-height:1.35}
.card .cta{margin-top:auto}
.card a{text-decoration:underline;color:#2F318B}
@media (max-width:980px){.cards{flex-direction:column}.card{flex:1 1 auto}}