.about-page {
    font-size: 2.2rem;
    margin-bottom: 3rem;
}

.about-page-hero {
    background-color: #cdebee80;
    padding: 2rem 2rem 5rem;
}

.page-title {
    text-align: start;
    margin-bottom: 5rem;
}

.intro p {
    margin-bottom: 2rem;

}

.intro h2 {
    margin-bottom: 0.5rem;
}

.our-staff {
    margin-top: 5rem;
    margin-bottom: 3rem;
    margin-left: 2rem;
}


/*.member-container {*/
/*    display: flex;*/
/*    justify-content: center; !* Horizontal zentrieren *!*/
/*    align-items: center; !* Vertikal zentrieren *!*/
/*}*/

.member {
    height: 48rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
}

.member img {
    height: 34rem;
}

.about-grid {
    place-items: center;
}

.member-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.image {
    max-width: 100%;
    max-height: 75%;
    border-radius: 2rem;
}

.details {
    margin-top: 10px;
    font-weight: bold;
}

