.team-member-container {
    max-width: 1300px;
    margin-top: 3.5em;
    margin-bottom: 6em;
}

.team-breadcrumb {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 5em;
}

.team-breadcrumb svg {
    margin-left: 13px;
    margin-right: 13px;
}

.team-breadcrumb a {
    text-decoration: none;
    color: var(--dark-grey);
}

.team-breadcrumb a:hover {
    color: var(--dark-grey);
}

.team-breadcrumb span {
    font-weight: bold;
    color: var(--main-color-dark);
}

.member-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    color: var(--main-color-dark);
    margin-bottom: 40px;
}

.member-content {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: var(--dark-grey);
}

.img-col {
    height: 500px;
}

.img-col img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 323px;
    height: 323px;
    object-fit: contain;
    border-radius: 50%;
}

@media screen and (max-width: 900px) {

    .team-member-container {
        margin-top: 2.5em;
    }

    .team-breadcrumb {
        font-size: 14px;
        margin-bottom: 2em;
    }

    .team-breadcrumb svg {
        margin-left: 4px;
        margin-right: 4px;
        height: 10px;
    }

    .member-title {
        font-size: 22px;
        margin-bottom: 16px;
        text-align: center;
    }

    .member-content {
        font-size: 14px;
        text-align: center;
        padding-left: 1em;
        padding-right: 1em;
    }

    .img-col {
        height: 210px;
        margin-bottom: 1.5em;
    }

    .img-col img {
        width: 155px;
        height: 155px;
    }

}