.card-employee{display:flex;flex-direction:column;background-color:#fff;gap:1em;padding:.5em .5em .75em;border-radius:10px;color:var(--color-dark-purple)}.card-employee__title{margin:0 1em}.card-employee__title h3{font-size:2.375em}.card-employee__title h4{font-size:1.3125em}.card-employee h3,.card-employee h4,.card-employee p{margin:0}.card-employee img{border-radius:10px 10px 0 0;width:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:500/520;margin-bottom:.5em}.card-employee--info{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:0 1em}.card-employee--info p{font-weight:300}.card-employee--info :last-child{font-weight:600;max-width:50%;text-wrap:wrap;text-align:end}