.ef-employee .card{background-color:#fff;border-radius:3px;box-shadow:0 8px 24px rgba(0,98,155,.05);box-sizing:border-box;display:flex;flex-direction:column;margin:20px;width:300px}.ef-employee .card img{border-radius:5px 5px 0 0;flex:2;height:50%;object-fit:cover;width:100%}.ef-employee .card .employee_content{flex:1;padding:1rem}.ef-employee .content_section{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:.5rem}.ef-employee .card:hover{box-shadow:0 8px 24px rgba(0,98,155,.1);cursor:pointer}