.employee__grid{display:grid;grid-column-gap:2rem;grid-row-gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.employee-name{color:#cd0f2d;font-size:1.15rem}.img-hover-figure{position:relative;width:360px;max-width:100%}.img-hover-figure img{border-radius:36px}.img-hover-figure img.image-hover{position:absolute;top:0;right:0;left:0;bottom:0;object-fit:contain;opacity:0;transition:opacity .4s}.img-hover-figure:hover img.image-hover{opacity:1}.selected-employee{box-shadow:0 3px 6px #00000029;border-radius:13px;text-align:center;position:relative;height:215px;margin-top:6rem;background-color:#fff}.selected-employee:last-child{margin-bottom:initial}.employee-image_wrapper{text-align:center;margin-bottom:10px}.employee-image{border-radius:55px;height:110px;margin-top:-55px}.selected-employee h3{margin-bottom:20px}.selected-employee label{margin-bottom:5px;margin-left:5px}.selected-employee .emp-details{margin-bottom:10rem}.sticky{position:fixed;top:0;margin-top:0;min-width:385px}a.mail,a.phone{display:block}a.mail{max-width:50%;text-align:center;background-color:#f00028;color:#fff;border-radius:11px;font-size:1.3rem}