.employee{background:var(--surface-secondary,#f2f5f8);border-radius:var(--rounding-small,8px);height:100%}.employee__image{width:324px;height:368px}@media(max-width:500px){.employee__image{width:280px;height:320px}}.employee__image img{border-radius:var(--rounding-small,8px);width:100%;height:100%;object-fit:cover}.employee__info{display:flex;padding:20px;flex-direction:column;color:var(--text-primary,#222031);font-family:Roboto Flex;font-size:15px;font-weight:400;line-height:22px}@media(max-width:500px){.employee__info{padding:16px 12px 20px}}.employee__email{color:var(--text-accent,#d72e2e)}.employee__name{margin-bottom:16px;color:var(--text-primary,#222031);font-family:TT Hoves Pro;font-size:24px;font-weight:700;line-height:24px}@media(max-width:768px){.employee__name{font-size:20px}}