/*
/*
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

#funnel-proccess {
    padding: 0 2rem;
    background-image: url('../img/funnels/people.png');
    background-position: 0 0;
    background-repeat: repeat-x;
    animation: animatedBackground 40s linear infinite;
}

#funnel-proccess p {
    line-height: 1.2;
    font-size: 14px;
}
