.team_section {
    background: #F5F4FA;
    position: relative;
}
.team_container{
    padding: 4.653vw 7.882vw 3.958vw 8.333vw;
}



.team_body {
    display: flex;
    justify-content: space-between;
    
}

.team_body figure {
    width: 50%;
    display: inline-block;
}

.team_body figure img {
    width: 100%;
}

.team_heading {
    color: #3D4D5D;
    font-size: 3.333vw;
    font-style: normal;
    font-weight: 300;
    line-height: 4.167vw;
    margin-bottom: 1.111vw;
}

.t_sub_head{
    color: #3D4D5D;
    font-family: Nunito;
    font-size: 1.667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2.500vw;
    padding-top: 2.778vw;
}

.team_text {
    display: inline-block;
    width: 50%;
    text-align: left;
    padding-right: 7.153vw;
}

.team_des {
    color: #3D4D5D;
    font-family: Nunito;
    font-size: 1.250vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.083vw;
    padding-top: 0.833vw;
}

.text_orange {
    color: #FF752C;
    font-weight: 900;
}
#v_img{
    position: absolute;
    right: 16.7%;
    width: 6.806vw;
    top: 4%;
    height: 6.806vw;
    mix-blend-mode: overlay
}
#v_line{
    position: absolute;
    right: 0%;
    top: -3%;
    width: 24%;
}
.second-line{
    display: block;
}
.team_img{
    width: 36.25vw;
}