.team-columns .flex_column {
    
    text-align: center;
    border: 1px solid #d8d8d8;
    display: block !important;
    transition: .5s;
    background-color: #fff;
}
.team-columns .flex_column:hover {
    transform: translateY(-6px);
}
.team-card {
    padding: 20px;
}
a.team-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
}
.full-name {
    font-size: 20px;
    color: #666 !important;
    margin-top: 10px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.full-name:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    left: calc(50% - 25px);
    bottom: 0;
    background: var(--yellow);
}
.team-title {
    color: #333 !important;
}
.center-four-columns:nth-child(n+2) {
    margin-top: 50px;
}
.thumbnail-block img {
		border: 1px solid #e8e8e8 !important;
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: center;
}