/* ============================================================================
 *  ABOUT PAGE — headshot
 *  ============================================================================ */
.about-figure {
    text-align: center;
    margin: 0 0 2.5rem;
}
.about-headshot {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
    margin: 0 auto;
    border: 1px solid var(--border-strong);
}
