.sub-header {
    font-size: 40px;
    font-weight: 600;
    margin: 48px 0;
}

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

.person-box img {
    height: 405px;
    width: 405px;
    border-radius: 8px;
    margin-bottom: 24px;
}

.person-line {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
}

.section-row {
    gap: 32px;
}

.section-row + .section-row {
    margin-top: 64px;
}

.missing-image {
    padding: 64px;
    box-sizing: border-box;
}

@media only screen and (max-width: 820px) {
    .person-box img {
        height: 220px;
        width: 220px;
    }
}
