/* Services page */
.card-img{box-shadow:var(--shadow-1)}
/* Reversed block: on small screens always show media first */
@media (max-width:760px){
  .section .grid > .stack[style*="order:2"]{order:2 !important}
  .section .grid > .card-img[style*="order:1"]{order:1 !important}
}
