﻿.team-page {
    position: relative;
    display: block;
    padding: 100px 0 70px;
}


    .team-page .section-title {
        margin-bottom: 35px;
    }

    .team-page .team-one__single {
        margin-bottom: 60px;
        padding: 20px;
        max-width: 350px;
    }

        .team-page .team-one__single:hover {
            box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
            border: none;
            border-radius: 5px;
        }

    .team-page .team-one__img {
        position: relative;
        display: block;
        background-color: inherit;
        padding: 10px;
    }

.team-one__img > img {
    mix-blend-mode: unset;
    border-radius: 5%;
    border: 1px solid #ededed;
    max-width: 300px;
    max-height: 250px;
}

.team-page .row {
    --bs-gutter-x: 135px;
}

.team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-one__img-box {
    position: relative;
    display: block;
}

.team-one__img {
    position: relative;
    display: block;
    /* background-color: var(--thm-black); */
}

    .team-one__img > img {
        width: 100%;
        mix-blend-mode: luminosity;
        transition: 500ms ease;
    }

.team-one__single:hover .team-one__img > img {
    mix-blend-mode: normal;
}

.team-one__member-name {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--thm-black);
    height: 50px;
}

    .team-one__member-name h2 {
        font-size: 50px;
        color: var(--thm-primary);
        font-weight: 400;
        font-family: var(--thm-reey-font);
    }

.team-one__content {
    position: relative;
    display: block;
    margin-top: 1rem;
    margin-bottom: 20px;
    height: 80px;
}

.team-one__member-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 30px;
}

.team-one__text-box {
    font-size: 0.8rem;
    font-weight: 500;
    margin: 0;
}

.team-one__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 20px;
}

    .team-one__social a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
        width: 35px;
        height: 35px;
        background-color: #e5eeec;
        color: var(--thm-black);
        font-size: 13px;
        border-radius: 50%;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .team-one__social a + a {
            margin-right: 10px;
        }

        .team-one__social a:hover {
            color: #ffffff;
            background: var(--thm-primary);
        }
