/* Extra reusable transitions */
.testimonials blockquote { opacity:0; animation:fadeIn 2s .5s both;}
.product-card, .advantage, .process-steps li { transition: box-shadow .2s, transform .2s;}
.product-card:hover, .advantage:hover, .process-steps li:hover { box-shadow:0 4px 30px #F5C54233; transform:scale(1.025);}
.certificates img {height:64px; border-radius:8px; margin:0 1em 0.5em 0;}
