.team-member-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: calc(100% - 80px);
    padding: 0 40px;
}


.team-member-block{
    position: relative;
    z-index: 2;
    box-shadow: 12px 11px 89px rgba(247, 138, 81, 0.12);
    border-radius: 20px;
    width: calc(31% - 50px);
    min-width: 350px;
    margin-bottom: 40px;
}

.team-member-tile{
    width: 100%;
    background: linear-gradient(227.29deg, rgba(255, 141, 58, 0.2) 6.03%, rgba(183, 107, 242, 0.2) 50.99%, rgba(21, 133, 242, 0.2) 96.9%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.team-member-info{
    width: calc(100% - 32px);
    background: #FFFFFF;
    padding: 16px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


.team-member-info-heading {
    font-family: 'DM Sans';
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--black);
    margin-bottom: 0;
    margin-top: 0;
}

.team-member-info-role {
    font-family: 'Proxima Nova';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: var(--menu-grey);
    margin-top: 5px;
    margin-bottom: 0;
}