
.people-detail-avatar {
    margin-top: 40px;
}

.people-detail-avatar img {
    height: 478px;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    border: 1px solid #E1E5EF;
    border-radius: 2px;
}


.white-widget {
    background: #fff;
    font-weight: 500;
    padding: 32px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.white-widget-title {
    font-size: 36px;
    font-family: "Canela Deck LC";
    line-height: 120%;
    margin-top: 0;
}