<style>
.box1{
background: #64DE79;
height: 35px;
box-shadow: 0 2px 3px #575555;
z-index: 223;
}
.box2{ background: #259239;
height: 40px;
z-index: 1;
}
</style>
<div class="box1">Block1</div>
<div class="box2">Block2</div>