.person__name{
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 5px;
    align-self: stretch;
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.person__picture {
    position: relative;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;  
    overflow: hidden;
}

.person__overlay {
    position: absolute;
    display: flex;
    padding: 14px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    align-self: stretch;
    margin: 10px;
}

.person
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.person__designation {
    color: rgba(0, 0, 0, 0.70);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
