.detail_team_header {
    background-image: url(../images/team_header_img.png);
}

.detail_team_content_bg {
    margin-top: 100px;
}

.detail_team_left_content {
    width: 535px;
    margin-left: 50px;

}

.detail_team_left_content h3 {
    font-size: 48px;
    line-height: 48px;

}

.detail_team_left_content p {
    font-size: 18px;
    line-height: 36px;
    margin-top: 40px;

}

.detail_service_bg {
    padding: 100px 0;
}

.index_member_bg {
    padding: 90px 0 0 0 !important;
}

@media screen and (max-width: 768px) {
    .detail_team_content_bg{
        margin-top: 0px;
        display: block;
        padding: 10px;
        box-sizing: border-box;
    }
    .detail_team_content_bg .space_between_box{
        display: block;
    }
    .detail_team_left_content{
        width: 100%;
        margin-left: 0px;
    }
    .detail_team_content_bg img{
        width: 100%;
        margin-top: 10px;
    }
    .detail_team_left_content h3 {
        font-size: 32px;
        line-height: 34px;
        text-align: center;
    }
    .detail_team_left_content p {
        font-size: 18px;
        line-height: 30px;
        margin-top: 10px;
    }
    .index_member_bg{
        padding: 10px !important;
    }
}
