.team-section .team-card{display:flex;-moz-flex-direction:column;flex-direction:column;height:100%;position:relative;padding:30px;background:#fff;min-height:320px}@media(max-width: 992px){.team-section .team-card{padding:20px;min-height:250px}}@media(max-width: 575px){.team-section .team-card{max-width:280px;margin:0 auto}}.team-section .team-card .card-body{display:flex;-moz-flex-direction:column;flex-direction:column}.team-section .team-card .card-body .card-title{font-size:clamp(20px,1.5vw,24px);margin-bottom:5px}.team-section .team-card .card-body .designation{flex:1 1 auto}.team-section .team-card .card-body .card-info{color:var(--lightblack);margin-bottom:15px;font-size:clamp(14px,1.5vw,16px)}.team-section .team-card .card-body .social-list a{display:-moz-inline-flex;display:inline-flex;-moz-align-items:center;-ms-align-items:center;align-items:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;color:var(--black);line-height:.7}.team-section .team-card .card-body .social-list a svg{width:18px;height:18px}.team-section .team-card .card-body .social-list a:hover,.team-section .team-card .card-body .social-list a:focus{color:var(--primary)}