.person-snippet {
    text-align: left;
    display: inline-block;
    color: #434F5E;
    font-size: 13px;
    max-width: 100%;
    /* margin-bottom: 1em; */
    text-align: center;
}

.person-snippet__img-placeholder {
    width: 100%;
    /* margin-bottom: 5px; */
    border-radius: 50%;
    background-color: #f3f3f0;
    background: linear-gradient(196deg, rgb(247 247 245) 0%, rgb(228 229 222) 100%);
    background-size: cover;
    background-position: center;
    padding-bottom: 100%;
}

.person-snippet__main {
    margin-bottom: 20px;
    display: table;

}

.person-snippet__body {
    display: table-cell;
    vertical-align: middle;
    /* padding-left: 13px; */
}

.person-snippet__media {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
}

.person-snippet__name {
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    color: #002147;
    font-size: 1.125em;
}

.person-snippet__position {
    font-weight: 500;
    margin-bottom: 0.5em;
}

.person-snippet__contact a,
.person-snippet__contact a:visited {
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.person-snippet__contact {
    line-height: 1.65;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* background: yellow; */
    min-width: 0;
    max-width: 100%;
}

.person-snippet__desc {
    font-size: 0.94em;
}

.person-snippet__desc p {
    margin-bottom: 1em;
}


@media (min-width: 768px) {
    .person-snippet {
        font-size: 14px;
    }

    .person-snippet__media {
        width: 110px;
    }

    .person-snippet__body {
        /* padding-left: 20px; */
    }

    .person-snippet__phone,
    .person-snippet__phone:visited {
        text-decoration: none;
    }

    .person-snippet__contact {
        line-height: 1.5;
    }
}

@media (min-width: 1400px) {
    .person-snippet {
        font-size: 15px;
    }

    .person-snippet__position {
        margin-bottom: 0.7em;
    }
}

@media (min-width: 1600px) {
    .person-snippet__media {
        width: 140px;
    }

    .person-snippet {
        font-size: 16px;
    }

    .person-snippet__body {
        /* padding-left: 25px; */
    }

    
}
