.employee-profile-wrapper{display:flex;flex-direction:column;gap:2rem;padding-bottom:8rem;padding-top:8rem}@media (min-width:768px){.employee-profile-wrapper{align-items:flex-start;flex-direction:row;justify-content:flex-start}.employee-profile-details{margin-top:2rem}}.employee-profile-image{flex:0 0 300px;max-width:300px;width:100%}.employee-profile-image img{border-radius:8px;display:block;height:auto;width:100%}.employee-profile-details{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:1rem;justify-content:flex-start;max-width:100%}.employee-profile-details p{margin:0}.employee-profile-details p+p{margin-top:.25rem}.employee-profile-details a{display:inline-block;margin:0}.employee-name-title{text-transform:uppercase}.employee-email+div{margin-top:1.5rem}.employee-description p{line-height:1.6;margin-bottom:.5rem}.employee-description p:last-child{margin-bottom:0}