.photo {
  width: 136px;
  height: 136px;
  margin: 10px auto;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.education {
  margin-top: 2.5rem;
  font-size: 1rem;
}

.italic {
  font-style: italic;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.datenschutz p {
  margin-bottom: 1.5rem;
}
.datenschutz-subtitle {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
.info-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}
.info-table td {
  padding: 0.3rem 0.1rem;
}
.label {
  text-align: left;
  width: 35%;
}
.value {
  text-align: left;
  width: 65%;
  font-weight: bold;
}
