.header-text.animated{
    -webkit-transition: opacity .4s .2s, transform .4s ease-in .2s;
    -o-transition: opacity .4s .2s, transform .4s ease-in .2s;
    transition: opacity .4s .2s, transform .4s ease-in .2s;
}
.know-program.animated{
    -webkit-transition: opacity .4s .4s, transform .4s ease-in .4s;
    -o-transition: opacity .4s .4s, transform .4s ease-in .4s;
    transition: opacity .4s .4s, transform .4s ease-in .4s;
}

@media screen and (min-width: 1920px){
    
}
@media screen and (min-width: 1280px){

}
@media screen and (min-width: 1194px){
    
}
@media screen and (min-width: 796px){
    .to-animate.grow#second-text{
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);        
    }
    .animated.grow#second-text{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: opacity .5s .3s, transform .5s ease-in .3s;
        -o-transition: opacity .5s .3s, transform .5s ease-in .3s;
        transition: opacity .5s .3s, transform .5s ease-in .3s;  
    }
    .service.to-animate.grow{
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);        
    }
    .service.animated.grow{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: opacity .5s, transform .5s ease-in, height .5s ease-in;
        -o-transition: opacity .5s, transform .5s ease-in, height .5s ease-in;
        transition: opacity .5s, transform .5s ease-in, height .5s ease-in;  
    }
}
