.team_section {
    background: #F5F4FA;
    position: relative;
}

.heroContainer{
    width: 100%;
    padding: 11vw 5vw;
}

.team_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.team_body figure {
    width: 100%;
    margin-bottom: 13.333vw;
}

.team_heading {
    color: #3D4D5D;
    font-family: Nunito;
    font-size: 8.533vw;
    font-style: normal;
    font-weight: 300;
    line-height: 10.667vw;
}
.text_orange {
    color: #FF752C;
    font-weight: 900;
}
.second-line{
    display: block;
}

.team_text {
    width: 100%;
    text-align: left;
}

.t_sub_head{
    color: #3D4D5D;
    font-size: 4.800vw;
    font-style: normal;
    font-weight: 700;
    line-height: 9.600vw;
    padding-top: 8.533vw;
}

.team_des {
    color: #3D4D5D;
    font-size: 3.733vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.333vw;
    padding-top: 2.133vw;
}

.desktopOnly{
    display: none !important;
}

.team_body figure img {
    width: 100%;
    padding-top: 7.733vw;
}
.team_container{
    width: 100%;
    padding: 15.19vw 5.316vw 13.006vw 5.063vw;
}
.team_img{
    width: 84.557vw;
}