.sf-team{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin:2rem 0}.sf-team-card{flex:1 1 320px;max-width:440px;background:#fff;border-radius:12px;box-shadow:2px 2px 15px 4px rgba(35,178,193,.15);overflow:hidden;display:flex;flex-direction:column}.sf-team-card__image img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}.sf-team-card__body{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex-grow:1}.sf-team-card__name{margin:0;font-size:1.35rem;color:var(--darkgrey)}.sf-team-card__contact{list-style:none;margin:0;padding:0}.sf-team-card__contact a{color:var(--turquoiseblue);text-decoration:none}.sf-team-card__contact a:hover{text-decoration:underline}.sf-team-card__certs-title{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--turquoiseblue)}.sf-team-card__featured{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;align-items:center;justify-items:center}.sf-team-card__featured-seal{max-height:80px;max-width:100%;width:auto;object-fit:contain}.sf-team-card__featured .sf-team-card__cert-link{display:flex;justify-content:center;align-items:center;transition:transform .2s ease,opacity .2s ease}.sf-team-card__cert-link:hover{transform:translateY(-2px);opacity:.85}.sf-team-card__featured>:last-child:nth-child(odd){grid-column:1/-1}.sf-team-card__certs{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;align-items:center;background:#efefef;border-radius:8px;padding:1rem}.sf-team-card__cert{width:100%;height:auto;object-fit:contain}@media (max-width:767px){.sf-team{gap:1.25rem}.sf-team-card{flex-basis:100%}.sf-team-card__certs{grid-template-columns:repeat(2,1fr)}}