body{
    overflow-x: hidden;
}
.detail_about_box {
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 150px;
}

.detail_focus_box {
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
}

.detail_about h2 {
    font-size: 56px;
    color: #FCE012;
    font-weight: normal;
}

.detail_about {
    position: relative;
    margin: 24px 0px 35px calc((100% - 980px)* 0.5);
    left: 36px;
}

.detail_about_content {
    width: 890px;
    margin-top: 40px;
}

.detail_about_content p {
    font-size: 16px;
    color: #fff;
    font-family: Helvetica-Neue;
    margin-bottom: 20px;
    line-height: 24px;
}

.detail_about_content span {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-family: Helvetica-Neue;
}

.detial_team_title {
    font-size: 56px;
    color: #FCE012;
    font-weight: normal;
}

.detial_team_line {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin-top: 10px;
}

.detial_team_card {
    width: 403px;
    font-size: 0;
}

.member_img {
    width: 100%;
    height: 334px;
    object-fit: cover;
    object-position: 50% 50%;
}

.detial_team_content {
    padding: 40px 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: #2f2f2f;
}

.detial_team_content span {
    font-size: 16px;
    color: #fff;
}

.detial_team_content h3 {
    font-size: 20px;
    color: #FCE012;
    font-weight: normal;
    margin-top: 10px;
}

.detial_team_content p {
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    font-family: 'Helvetica-Neue';
    line-height: 26px;
}

.detial_team_main_box {
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.item {
    margin-bottom: 50px;
}

.member_LinkedIn {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .detail_about {
        margin: 0;
        left: 0;
    }

    .detail_about_box {
        padding: 0 20px;
        margin-top: 180px;
    }

    .detail_about_content {
        width: 100%;
        margin-top: 20px;
    }

    .detail_about h2 {
        font-size: 46px;
    }

    .detail_focus_box {
        padding: 0 20px;
    }

    .detial_team_main_box {
        display: block;
        padding: 0px;
    }

    .detial_team_card {
        width: 100%;
        margin-bottom: 20px;
    }

    .detial_team_title {
        font-size: 46px;
    }

    .detial_team_content p {
        line-height: 26px;
    }

    .member_LinkedIn {
        width: 30px;
        height: 30px;
    }

    .detial_team_box {
        margin-top: 30px;
    }

    .detial_team_line {
        margin-bottom: 10px;
    }

    .detial_team_content {
        padding: 40px 0;
        box-sizing: border-box;

    }

    .detial_team_card {
        padding: 20px;
        box-sizing: border-box;
        background-color: #2f2f2f;
    }
}