Stacking shadows
https://tobiasahlin.com/blog/layered-smooth-box-shadows/
TL;DR is that stacking multiple shadows using box-shadow
property produces more realistic, natural shadow. This is something I first learned reading Refactoring UI.
Josh also has a good article worth reading.