.team-member__list {
    margin-top: 30px;
}

.team-member__row {
    margin-bottom: -30px;
}

.team-member__col {
    margin-bottom: 30px;
}

/*.team-member__col + .team-member__col {*/
/*    margin-top: 30px;*/
/*}*/

.team-member__image {
    /*height: 350px;*/
    margin-bottom: 10px;
    position: relative;
}

.team-member__image::after {
    content: '';
    background: linear-gradient(to bottom,  rgba(16,56,90,0) 0%,rgba(6,90,163,0) 65%,rgba(6,90,163,0.9) 85%,rgba(0,31,59,1) 100%);
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.team-member__image.no-img {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
}

.team-member__image.no-img img {
    /* object-fit: contain; */
    filter: grayscale(100%);
}

.team-member__title {
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 0;
}

.team-member__position {
    font-size: 16px;
    line-height: 1;
    margin-top: 8px;
    margin-bottom: 0;
    color: #6c757d;
}

@media ( min-width: 768px) {
    /*.team-member__col + .team-member__col {*/
    /*    margin-top: 0;*/
    /*}*/

    /*.team-member__col:nth-child(n+3) {*/
    /*    margin-top: 30px;*/
    /*}*/
}

@media ( min-width: 1025px) {
    /*.team-member__col:nth-child(n+3) {*/
    /*    margin-top: 0;*/
    /*}*/

    /*.team-member__col:nth-child(n+5) {*/
    /*    margin-top: 30px;*/
    /*}*/
}

@media ( min-width: 1200px ) {
    /*.team-member__image {*/
    /*    height: 430px;*/
    /*}*/
}