.people {
    /* font-family: Bower, Georgia, Times New Roman, serif; */
    min-height: 100vh;
    padding-bottom: 100px
}

.people .title {
    font-size: 45px;
    font-weight: bold;
    padding: 50px 0;
    color: black
}

.people .subTitle {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #333
}

.people .leader {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px
}

.people .leader .avatar {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box
}

.people .leader .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.people .leader .detail {
    padding-left: 20px
}

.people .leader .detail .name {
    font-size: 22px;
    font-weight: bold
}

.people .leader .detail .name a {
    color: #333
}

.people .leader .detail .name a:hover {
    text-decoration: underline;
    color: #2251ff
}

.people .leader .detail .position,
.people .leader .detail .info {
    font-size: 14px;
    font-weight: 300
}

@media (min-width:1450px) {
    .people {
        min-width: 1440px
    }
}