.employeelist .listitem_wrapper {
  padding: var(--gutter) 0;
  border-bottom: 1px solid #999999;
  scroll-margin-top: 100px;
}
.employeelist .listitem_wrapper:last-of-type {
  border-bottom: none;
}
.employeelist .listitem_wrapper p, .employeelist .listitem_wrapper li {
  font: var(--copy-font);
}
.employeelist .listitem_wrapper .profile_container {
  margin-bottom: 20px;
}
.employeelist .listitem_wrapper .profile_container .profile_image {
  max-width: 220px;
  padding-bottom: 288px;
}
.employeelist .listitem_wrapper .profile_container .profile_description p {
  margin-bottom: 8px;
}
.employeelist .listitem_wrapper .profile_container .profile_description ul {
  margin-left: 20px;
  margin-bottom: 30px;
}
.employeelist .listitem_wrapper .profile_container .profile_description ul li {
  margin-bottom: 8px;
}