body {background-color: #F2703F;}
.card {
background-color:white;
width:100%;
height:400px;
margin:50px 0 100px 0;
border-radius: 8px;
box-shadow: 0px 10px 20px -6px rgba(242,112,63,.5);
overflow:hidden;
cursor:pointer;
}
.card:before,
.card:after {
content: '';
display: block;
height: 15px;
border-radius: 0px 0px 4px 4px;
position:absolute;
bottom:100px;
background-color: #F2C5B3;
}
.card:before {
width:85%;
margin-left:3.5%;
margin-bottom:-10px;
z-index: -1;
box-shadow: 0px 10px 20px -6px rgba(242,112,63,.5);
}
.card:after {
width:75%;
z-index: -2;
margin-left:9%;
margin-bottom:-20px;
height: 30px;
background-color: #F59A78;