.team-highlight {
  max-width: 900px;
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 20px;
}

.member-box {
  display: flex;
  background-color: var(--globalhintergrundfarbe);
  padding: 20px;
  align-items: center;
  gap: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.member-avatar2 {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.member-info h2 {
  margin: 0;
  font-size:22px;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    background: linear-gradient(359deg, var(--farbe2), var(--farbe3));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 3px;
    border-bottom: 3px solid rgb(255 255 255 / 20%);
}

.member-description {
  margin-top: 10px;
  line-height: 1.6;
  font-size: 12px;
}

.community-box {
  background: var(--globalhintergrundfarbe);
  padding: 20px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.community-box h2 {
  margin: 0;
  font-size:22px;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    background: linear-gradient(359deg, var(--farbe2), var(--farbe3));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 3px;
    border-bottom: 3px solid rgb(255 255 255 / 20%);
}

.community-box p {
  font-size: 12px;
  line-height: 1.7;
}
