.detail_people{
    width: 595px;
    padding: 30px 20px;
    margin: 20px 15px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-top: 6px solid #f55f41;
}
.detail_people h3 {
    font-size: 30px;
}

.detail_people .position {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    color: #6f6c6c;
}

.detail_people p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
    text-align: center;
}

.detail_people hr {
    width: 70px;
    margin-top: 10px;
    margin-bottom: 0px;
    background-color: #e6e6e6;
    border: none;
    height: 2px;
}
.detail_team_main_content{
    display: flex;
    flex-wrap: wrap;
}
.detail_team{
    padding: 40px 0;
}