.employee-info{column-gap:12px;display:grid;grid-template-columns:repeat(4,1fr);row-gap:60px}.employee-info img{border-radius:24px;height:311px;margin-bottom:48px;object-fit:cover;object-position:center;width:100%}.employee-info .name{font-size:24px;font-weight:500;line-height:27px;margin:0 0 6px}.employee-info .position{font-size:20px;font-weight:400;line-height:27px;margin:0}@media (max-width:767px){.employee-info{grid-template-columns:1fr;row-gap:30px}.employee-info img{margin-bottom:20px}}