.teammitglied{
      box-shadow: 0rem 0.8rem 1.6rem rgba(195, 216, 223, 0.548);
      border-radius: 12px;
      background-color: #e9f7fd;
      color: #08232f;
      padding: 2.4rem;
      display: grid;
}

.team-img{
    margin-bottom: 3rem;
    border-radius: 12px;
    justify-self: center;
    max-height: 328px;
}

.team-text{
    font-size: 1.6rem;
}