/* For shaped/transparent images */
.shadow-image {
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.2));
}
