.page-title {
    font-size: 4.8rem;
    font-weight: bolder
}

.mobile .page-title {
    font-size: 3rem;
}

.mobile .person-section {
    border-bottom: none;
    padding: 30px 0;
}

.person-section {
    border-bottom: 2px solid #ECECEE;
    padding: 30px 0;
}

.person-section:last-of-type {
    border-bottom: none;
    padding: 30px 0;
}

.person-name {
    font-size: 30px;
    font-weight: bolder;
}

.person-badge {
    max-height: 200px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.mobile .person-image {
    max-width:100%;
    border-radius: 9999px;
}