.hcp-team-section{background:#fff}
.hcp-team-intro{max-width:720px;margin:-6px 0 38px;font-size:17px;line-height:1.7}
.hcp-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.hcp-team-card{overflow:hidden;margin:0;border:1px solid var(--hcp-line);border-radius:14px;background:#fff;box-shadow:0 14px 38px rgba(11,31,51,.09);transition:transform .2s,box-shadow .2s}
.hcp-team-card:hover{transform:translateY(-4px);box-shadow:var(--hcp-shadow)}
.hcp-team-card img{display:block;width:100%!important;height:320px!important;max-height:320px!important;object-fit:cover!important;object-position:center top!important;background:#e8edf1}
.hcp-team-body{padding:23px 22px 25px;border-top:4px solid var(--hcp-green)}
.hcp-team-body h3{margin:0 0 7px;color:var(--hcp-navy)!important;font-size:22px;line-height:1.2}
.hcp-team-body p{margin:0;color:#657486;font-size:15px;font-weight:750;line-height:1.45}
@media(max-width:950px){.hcp-team-grid{grid-template-columns:repeat(2,1fr)}.hcp-team-card img{height:380px!important;max-height:380px!important}}
@media(max-width:640px){.hcp-team-grid{grid-template-columns:1fr}.hcp-team-intro{margin-bottom:28px}.hcp-team-card img{height:360px!important;max-height:360px!important}}
