
.people {
    height: 25vw;
    
}
.people_title {
    margin-top: 2vw;
    margin-bottom: 1vw;
    padding-left: 4.3vw;
    text-align: left;
    
}
.people_title h1 {
    font-size: 2vw;
    color: #72c4dc;
}
.people_title p {
    font-size: 1.5vw;
    color: #a7a7a7;
}

.people_pic img{
    float: left;
    height: 16.8vw;
    padding-left:4.3vw;
    text-align: left;
}
.people_info {
    float: right;
    width: 65%;
    text-align: 1.5px;
}
.people_info h1 {
    font-size: 2vw;
    color: #666666;
    text-align: left;
}
.people_info h5{
    font-size: 1.2vw;
    color: #cfcfcf;
    text-align: left;
}
.people_info p{
    font-size: 0.9vw;
    color: #cfcfcf;
    text-align: left;
    line-height: 1.5;
}
