.headshot-card{width:350px;height:600px;border-radius:16px;box-shadow:0 4px 4px 0 rgba(0,0,0,.0509803922);display:flex;flex-direction:column;align-items:center;padding:25px;background-color:var(--color-secondary)}.headshot-card img{aspect-ratio:3/2;object-fit:cover;width:350px;height:250px;border-radius:16px}.headshot-card .text{display:flex;flex-direction:column}.headshot-card .text .name{font-family:var(--font-primary);font-weight:800;font-size:32px;color:var(--text-color-primary)}.headshot-card .text .position{font-family:var(--font-secondary);font-weight:600;font-size:20px;color:var(--text-color-primary)}.headshot-card .text .description{font-family:var(--font-secondary);font-weight:600;font-size:16px;color:var(--text-color-inactive)}.our-team-headshots{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2em}@media(max-width:1300px){.our-team-headshots{flex-direction:column;align-items:flex-start;margin-bottom:1em}}html{scroll-behavior:smooth;scroll-padding-top:20px}