.person-article {
    display: flex;
    flex-direction: column;
    align-items: center;

    h2 {
        margin-top: 6.25rem;
        margin-bottom: 2rem;   
        font-weight: 550; 
    }

    h2:first-of-type {
        margin-top: 0;
    }

    .aligncenter {
        justify-self: center;
    }

    img {
        margin-top: 6.25rem;
    }
}

.person-article__details {
    max-width: 50rem;
    width: 100%;

    img {
        height: 13.6875rem;
        object-fit: contain;
    }

    ul {
        list-style: disc;
        padding-left: 1rem;
    }

     p {
        margin-bottom: 1rem;
    }
}

.location-section {
    margin-top: 6.25rem;
}