.employee-list{display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));padding-top:128px}.single-employee-wrapper{display:flex;flex-direction:row;transition:all .4s}img.employee-image{border-radius:50%;width:130px}.email,.phone{font-size:14px}.email a,.phone a{text-decoration:underline}.job-title{font-size:14px;padding-bottom:10px}.employee-name p{font-size:16px;margin-bottom:10px;text-decoration:underline;text-underline-offset:5px}.right-side{display:flex;flex-direction:column;justify-content:center}.left-side{padding-right:20px}.left-side,.right-side{padding-bottom:56px}select#chooseOffice{outline:none}@media only screen and (max-width:767px){.employee-list{column-count:1;padding-top:100px}.single-employee-wrapper{flex-direction:column}.single-employee-wrapper.show-employee{padding-bottom:0}.left-side,.right-side{padding-bottom:30px}.left-side{padding-right:0}img.employee-image{width:150px}}.hide-employee{display:none}.show-employee{display:flex}