.team_listing .item {
    padding-left: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
}
.team_listing .item:after {
    content: ''; position: absolute;
    left: 1rem; top: 2rem; bottom: 2rem;
    height: auto; width: 0.25rem;
    background-color: var(--typo-primary-color);
}

.team_listing img {
    border-radius: 0.375rem
}