.team-member-block__title {
    border-top: 1px solid var(--wp--preset--color--light-grey);
    padding-top: var(--wp--preset--spacing--30);
    margin-top: 0;
}
.taxonomy-industry-list {
    margin-bottom: var(--wp--preset--spacing--30);
}
.team-member-block__service {
    margin-top: 0;
}
.team-member-block__industry h2,
.team-member-block__service h2 {
    font-weight: 600;
}
.taxonomy-industry-list,
.taxonomy-service-list {
    padding-left: 0;
    list-style-type: none;
    li {
        position: relative;
        padding-left: var(--wp--preset--spacing--40); /* Space for the dash */
        margin-bottom: 0.5em; /* Optional: spacing between items */
    }
    
    li::before {
        content: '\e404'; /* Add a dash as the marker */
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        left: 0; /* Align the dash to the left */
        color: var(--wp--preset--color--light-gold); /* Set the color to gold */
        font-size: 1em; /* Optional: adjust size */
    }
}
