/*
DSP CUSTOM CSS 

*/



/* 

ANIMATION below


*/

/* Base animation class */
.scroll-fade-up {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Triggered when in view */
.scroll-fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}





/*

END ANIMATION



*/









.features-small-image-cards-textcol p,
.contact-small-image-cards-textcol p,
.testimonials-boxed-textcol p,
.team-colors-textcol p{
	    font-size: 1.4em;
}








#features-6 .custom-image {
    max-width: 200px;
}
