.people-list-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-wrap: wrap;
    position: relative;
    border-top: 1px solid var(--wp--preset--color--leaf);
    margin-bottom: var(--wp--preset--spacing--60);
    margin-top: var(--wp--preset--spacing--40);
}

.people-list-section .people-list-heading {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 20px;
    width: 100%;
}

@media(min-width: 768px) {
    .people-list-section ul.wp-block-navigation.is-style-arboretum-links {
        columns: 2;
    }
}

@media(min-width: 1024px) {
    .people-list-section {
        flex-direction: row;
    }

    .people-list-section .people-list-heading {
        width: 33%;
    }

    .people-list-section nav {
        width: 66%;
    }
}

@media(min-width: 1400px) {
    .people-list-section .people-list-heading {
        font-size: 40px;
    }
}

.people-list-section .menu-item-thumbnail {
    width: 50px;
    height: 50px;
    border: 1px solid var(--wp--preset--color--leaf);
    float: left;
    margin-right: 20px;
    margin-top: 2px;
}

.people-list-section .wp-block-navigation-item__label {
    display: block;
    margin-top: 5px;
}

.people-list-section .arboretum-post-meta-text {
    color: var(--wp--preset--color--gray);
    font-weight: 200;
}