.team-members-section {
    padding: 0 0 96px 0;
    background-color: white;
}

.team-members-section__grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.team-member-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 48px;
    width: 300px;
    height: 270px;
}

.team-member-card__image {
    width: 140px;
    height: 140px;
}

.team-member-card__image img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.team-member-card__content {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.team-member-card__name {
    margin-top: 16px;
    font-family: "Moderat-Bold" !important;
    color: #212121;
    font-size: 20px;
}

.team-member-card__role {
    margin: 8px auto 16px auto;
    font-family: "Moderat-Light" !important;
    color: #212121;
    line-height: 1.4;
}

.team-member-card__link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}

.team-member-card__link svg {
    height: 16px;
}

.team-member-card__link svg path {
    stroke: #1C45F5 !important;
}