.people>div{
    display: block;
    justify-content: center;
    width: 100%;
    position: relative;
    height:580px;
}
.people>div>div:nth-child(1){
    width:100%;
    height:150px;
    background: #F4F4F4;
    position: absolute;
    top:-70px;
    z-index: -1;
}
.people>div>div:nth-child(2){
    display: flex;
    height:495px;
    justify-content: space-between;
    margin:50px auto;
}
.people>div>div:nth-child(2)>div{
    width:353px;
    box-sizing: border-box;
    padding-top:70px;
    display: flex;
    flex-direction: column;
    align-content: center;
    background:white;
    text-align: center;
    box-shadow:4px -3px 15px rgba(0,0,0,0.1);
    border-radius:8px;
}
.people>div>div:nth-child(2)>div>div:nth-child(2){
    margin-top:30px;
    height:43px;
}
.people>div>div:nth-child(2)>div>div:nth-child(3){
    font-size:15px;
}
.people>div>div:nth-child(2)>div>div:nth-child(3)>p:nth-child(1){
    margin-top:23px;
    padding:20px;

}
.companyLg{
    width:100%;
    background:white;
}
.company{
    width:100%;
    height:888px;
    background: #F4F4F4;
}
.company>div:nth-child(1){
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.company>div:nth-child(1)>div{
    position: relative;
    background:#F4F4F4;
    width:470px;
    height:365px;
    margin-top:38px;
}
.company>div:nth-child(1)>div>div:nth-child(1){
    position:absolute;
    top:-225px;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background:white;
    width:132px;
    height:132px;
    border-radius: 50%;
    z-index:1;
    box-shadow:4px -3px 15px rgba(0,0,0,0.1);
}
.company>div:nth-child(1)>div>div:nth-child(1)>div{
    display: flex;
    justify-content: center;
    align-items: center;
    width:118px;
    height:118px;
    border-radius: 50%;
    border: 1px solid #078F45;
}
.company>div:nth-child(1)>div>div:nth-child(2){
    box-sizing: border-box;
    padding-top:86px;
    position:absolute;
    bottom:0;
    width:100%;
    height: 301px;
    background:white;
    text-align: center;
    box-shadow:4px -3px 15px rgba(0,0,0,0.1);
    border-radius:8px;
}
.company>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(1){
    height:47px;
    text-align: center;
}
.company>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(1)>p{
    font-weight: bold;
}
.company>div:nth-child(1)>div>div:nth-child(2)>p:nth-child(2){
    margin-top: 17px;
    padding: 20px;
}
.company>div:nth-child(1)>div>div:nth-child(2)>p:nth-child(3){
    margin: 17px 0;
}
