*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Mulish';
}
.team-mob{
    display: none;
}
.team h1{
    font-weight: 800;
    font-size: 49px;
    line-height: 61px;
    /* letter-spacing: 0.1em; */
}
.team h1 span,.team h4,h6{
    color: #ffc90d;
}
h6{
    font-size: 1.1rem;
}
.team{
    height: auto;
}
.team1{
    margin-top: 30px;
}
.team1,.team2{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
    overflow: visible;
}
.team-img1{
    display: inline-block;
    width: 250px;
    margin: auto;
}

#img2,#img5{
    position: relative;
    bottom: 45px;
}
#img5{
    bottom: 80px;
}
#img1,#img3{
    position: relative;
    top: 80px;
}
#img4,#img6{
    position: relative;
    top: 50px;
}
.team3,.team4{
    display: flex;
    justify-content: space-between;
}
.OperationsHeads-img,.MarketingsHeads-img,.BusinessDevelpmentHeads-img,.ValueAddedCourseHeads-img{
    display: flex;
    justify-content: space-between;
}
.heads-img{
    margin: 20px 25px 5px 25px;
}
.ValueAddedCourseHeads{
    margin-bottom: 50px;
}

@media (max-width:1200px){
    .team3,.team4{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .team-img1 img{
        display: block;
        width: 200px;
        margin: auto;
    }
    .team1{
        height: 300px
    }
    .team2{
        height: 300px
    }
}
@media (max-width:740px){
    .team-img1 img{
        width: 150px;
    }
    .team-img1 h5{
        font-size: 1.1rem;
    }
}
@media (max-width:544px){
    .heads-img img{
        height: 150px;
    }
    .heads-img h5{
        font-size: 1.1rem;
    }
}

@media(max-width:500px){
    .team{
        display: none;
    }
    .team-mob{
        display: block;
    }
    .team-mob-img{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .team-mob h1{
        font-weight: 700;
        font-size: 40px;
        line-height: 55px;
        letter-spacing: 0.02em;
    }
    .team-mob h1 span{
        color: #ffc90d;
    }
    .team-img1-mob img{
        display: block;
        width: 200px;
        height: 200px;
        margin: auto;
        margin-bottom: 10px;
    }
    .operationHeads-mob,.marketingHeads-mob,.BusinessDevelpmentHeads-mob,.ValueAddedCourseHeads-mob{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 10px;
    }
    .operationHeads-mob h4,.marketingHeads-mob h4,.BusinessDevelpmentHeads-mob h4,.ValueAddedCourseHeads-mob h4{
        color: #ffc90d;
        font-weight: 600;
        font-size: 32px;
        line-height: 50px;
        letter-spacing: 0.02em;
    }
}