&__cards-item {
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
width: 230px;
height: 345px;
background-color: #fff;
box-shadow: 1px 1px 25px 0px rgba(204, 204, 204, 1);
overflow: hidden;
&:before{
content: "";
position: absolute;
bottom: -20px;
right: calc(50% - 130px);
width: 260px;
height: 158px;
border-radius: 150px/50px;
background: #e77904;
box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}
}