ul {
  padding: 0;
  margin-left: 0 !important;
}

.main-wrap {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.team-member-page-profile-picture-box-pic {
  padding: 0 0 20px;
}

.team-member-page-profile-picture-box-pic > img {
  border-radius: 50%;
  border: 5px solid #1d89d2;
  margin-top: -160px;
  box-shadow: 0 12px 12px rgb(0 0 0 / 20%);
}

.team-member-page-profile-add {
  max-width: 400px;
  margin: 10px auto;
  padding: 0 20px;
}

.team-member-page-profile-infolist {
  padding: 20px;
}

.team-member-page-profile-listitem {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 15px rgb(125 147 178 / 25%);
  transition: all 0.3s;
  padding: 10px;
  margin: 15px auto;
  color: #1d89d2;
}

.team-member-page-profile-listitem * {
   text-decoration: none;
}

.team-member-page-profile-listitem:hover {
    color: #4a9baf;
}

.team-member-page-profile-listitem-element {
  padding: 0 10px;
  display: grid;
  transition: all 0.3s;
}

.team-member-page-profile-listitem-element-icon {
  font-size: 40px;
  padding: 0 10px;
}

.team-member-page-profile-listitem-element-titel {
  align-self: center;
  font-size: 18px;
  font-weight: 600;
}

.team-member-page-profile-listitem-element-text {
  align-self: center;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text
}
