.employee-card{align-items:center;border-bottom:1px solid var(--color-blue-light);display:flex;gap:1rem;padding:1rem 0}.employee-card:nth-child(2n){border-left:1px solid var(--color-blue-light);padding-left:2rem}@media(max-width:1475px){.employee-card:nth-child(2n){border-left:none;padding-left:0}.employee-card{border-bottom:none}}.employee-card__image{height:128px;width:128px}.employee-card__image img{border-radius:50%;display:block}.employee-card__content{display:flex;flex-direction:column;height:100%;justify-content:space-between}.employee-card__title{font-size:var(--font-size-h5)}:root{--container-width:1400px;--container-sm-width:800px;--container-padding:1.5rem;--color-white:#fff;--color-blue-dark:#000f3d;--color-blue-hover:#0029a3;--color-blue-base:#03c;--color-blue-light:#ccd6f5;--color-blue-light-purple:#d8d5ff;--color-blue-ultra-light:#e6ebfa;--color-blue-super-ultra-light:#f3f5fc;--color-black-base:#1c1c1c;--color-black-80:#3e3e3e;--color-black-medium:#8e8e8e;--color-black-light:#d2d2d2;--color-black-ultra-light:#e8e8e8;--color-beige-base:#f2edea;--color-beige-light:#f9f6f5;--color-orange-dark:#331801;--color-orange-base:#ff7707;--color-orange-light:#fff4cd;--color-orange-ultra-light:#fff116;--color-green-dark:#0a2c18;--color-green-base:#33d77a;--color-green-light:#b6fbe4;--color-green-ultra-light:#ebfcf2}.employee-list{display:grid;grid-template-columns:1fr 1fr;margin-bottom:6rem;margin-top:4rem}@media(max-width:1475px){.employee-list{grid-template-columns:1fr;margin-bottom:3rem;margin-top:2rem}}
