team-teaser {
    display: block;
}

team-teaser .team-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 180px;
    padding: 12px 16px;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(112, 42, 42, 0.80) 39.11%, rgba(218, 130, 125, 0.00) 125.15%);
}

team-teaser .team-header h2 {
    color: #DFD0CC;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.52px;
    margin: 0;
}

team-teaser .team-header a {
    width: fit-content;
}

team-teaser .team-header a button {
    display: inline-flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #DFD0CC;
    background-color: transparent;
    color: #DFD0CC;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding: 0 16px;
}

team-teaser .team-header a button::after {
    content: '→';
    font-size: 24px;
}

team-teaser .team-header a button:hover {
    background-color: #DFD0CC;
    color: #702A2A;
    cursor: pointer;
}

team-teaser .team-members {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
    box-sizing: border-box;
    padding-top: 48px;
    padding-bottom: 48px;
}

team-teaser .team-member {
    text-decoration: none;
}

team-teaser .team-member img {
    width: 192px;
    height: 192px;
    aspect-ratio: 1/1;
    margin-bottom: 32px;
    display: block;
}

team-teaser .team-member h3 {
    color: #702A2A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    margin-bottom: 7px;
    margin-top: 0;
}

team-teaser .team-member p {
    color: #6E4A4A;
    font-family: Judson;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}