.person-link.box-with-description {
    align-items: start;
}
.person-terms {
    display: flex;
    justify-content: center
}
.person-link {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /* width: 100%; */
    align-items: center;
    flex-direction: column;
}
.author-content {
    flex: 0 0 auto;
}
a.person-link,
a.person-link:hover {
    text-decoration: none;
}
a.person-link,
.author-content h3,
.person-position{
    line-height: 1.2em;
}
.person-avatar {
    aspect-ratio: 1/1;
    width: 100%;
    max-width: 150px;
    border-bottom-left-radius: 50px;
    border: 1px solid var(--global-palette7, #EDF2F7);
    flex: 0 0 150px;
}
.author-content h3 {
    font-family: 'HvDTrial Brandon Grotesque', Arial;
    font-weight: 500;
    font-size: 32px;
}
.person-position {
    /* font-size: 16px; */
}