
/* Team */
.team-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.team-category {
    display: inline-block;
    background-color: #603913;
    color: white;
    border-radius: 15px;
    font-size: 2.5rem;
    padding: 10px 35px;
    text-transform: uppercase;
}

.team-category-container {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 30px 0 50px 0;
}

.team-category-container:first-child {
    margin: 0 0 50px 0;
}

.team-card-wrapper {
    /* border: 4px solid var(--dark); */
    border-radius: 10px;
    max-width: 225px;
}

.team-card-wrapper {
    background-color: #edeae5;;
}

.team-img {
    /* border-bottom: 3px solid var(--dark); */
    border-radius: 20px;
    padding: 10px;
    max-width: 100%;
}

.team-card h3,
.team-card p {
    text-align: center;
}

h3.team-name {
    font-size: 150%;
    font-weight: bold;
    padding-top: 15px;
    font-style: normal;
}

.team-name,
.team-title,
.team-description {
    padding-left: 10px;
    padding-right: 10px;
}

.team-description {
    font-size: 12px;
}
