#nav-our-team {
    color: var(--color1) !important;
}

.home-section-1 {
    width: 100%;
    padding-top: 90px;
}

.staff-intro {
    height: 100%;
    width: 100%;
    background-color: var(--color8);
    color: var(--color4);
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.staff-intro h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.staff-section {
    padding: 40px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.staff-category {
    width: 100%;
    max-width: 800px;
    margin-bottom: 40px;
}

.staff-category h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    color: var(--color2);
}

.staff-member {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 100px;
}

.staff-member div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 250px;
}

.staff-member img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
    background-color: var(--color2);
}

.staff-member p {
    font-size: 18px;
    font-weight: 500;
    color: var(--color3);
    text-align: center;
}