.employee-cards .card{align-items:center;background:#fff;border-radius:15px;display:flex;flex-direction:row;justify-content:space-between;padding:13px 35px 13px 31px}.employee-cards.grid{column-gap:40px;display:grid;row-gap:30px}.employee-cards:not(.grid) .card:not(:last-child){margin-bottom:20px}.employee-cards.grid .card{flex-direction:column;text-align:center}.employee-cards:not(.grid) .card-profile{align-items:center;display:flex;gap:18px}.employee-cards .card-profile .card-img{width:fit-content}.employee-cards .card-profile h3{font-size:22px;margin-bottom:8px}.employee-cards .card-profile p{margin:0}.employee-cards.grid .card-profile p{color:var(--clr-primary)}.employee-cards .card-img img{border-radius:50%;height:76px;object-fit:cover;width:76px}.employee-cards.grid .card-img img{aspect-ratio:1;height:204px;margin-bottom:24px;max-width:100%;width:204px}