.work-flow{
    padding: 0 0 200px 0;
}
.work-flow-h-box__heading{
    font-size: 149px;
    font-weight: 700;
    margin-bottom: 20px;
    width: 170px;
    position: relative;
}
.work-flow-h-box2.active{
    opacity: 1;
}
.work-flow-h-box__para{
    font-size: 21px;
    line-height: 1.7;
    color: #515350;
    /* margin-bottom: 130px; */
    font-family: 'TT Norms';
    letter-spacing: -1px;
    font-weight: 400;
}
.work-flow-h-box{
    margin-bottom: 130px;
}
.mobile-video-box{
    display: none;
}
.carrer-top--contact{
    padding-bottom: 100px;
}
@media(max-width:1599px){ 
    /* 1400px to  1599px */
    /* lg-screens */

}
@media(max-width:1399px){ 
    /* 1200px to  1399px */
    /* full laptops */
    .work-flow-h-box__heading{
        font-size: 100px;
        font-weight: 700;
        width: 150px;
    }
    .work-flow-h-box__para{
        font-size: 18px;
        /* margin-bottom: 90px; */
    }
    .work-flow-h-box{
        margin-bottom: 90px;
    }
}
@media(max-width:1199px){ 
    /* 992px to  1199px */
    /* small laptops */
    .work-flow-h-box__heading {
        font-size: 65px;
    }
    .carrer-top--contact{
        padding-bottom: 70px;
    }
}
@media(max-width:991px){ 
    /* 768px to  991px */
    /* tablets */
    .mobile-video-box{
        display: block;
    }
    .cursorVideoBox3,.cursorVideoBox2{
        display: none;
    }
    .work-flow-h-box__para{
        /* margin-bottom: 10px; */
    }
    .work-flow-h-box{
        margin-bottom: 10px;
    }
}
@media(max-width:767px){
    /* 540px to  767px */
    /* tablets and bigger mobiles */
}
@media(max-width:539px){
    /* 360px to  539px */
    /* normal mobiles */
}
@media(max-width:359px){
    /* 320px to  359px */
    /* small mobile */
}