.cards-stacking{position:relative}.cards-stacking .background-color{position:absolute;width:100%;height:100%;top:0;left:0;z-index:0}.cards-stacking .container{position:relative;z-index:1}.cards-stacking .cards-item-inner{background-color:rgba(255,255,255,0.1);box-shadow:1px 2px 3px rgb(0 0 0 / 30%);padding:15px 15px 20px;border-radius:20px;flex:1 0 auto;width:100%}.cards-stacking .cards-item{display:-webkit-box;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:0 0 30px;padding:0 10px;width:100%}.cards-stacking .cards-item-inner p{margin:0}.cards-stacking .cards-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:50px -15px 0 -15px}.cards-stacking h5{text-shadow:1px 2px 3px rgb(0 0 0 / 30%)}@media(min-width:992px){.cards-stacking .cards-item{width:50%;padding:0 15px}.cards-stacking .cards-item-inner{padding:15px 15px 25px;border-radius:40px}}@media(min-width:1300px){.cards-stacking .cards-item{width:33.33% !important}.cards-stacking .cards-item-inner{padding:30px 30px 40px !important}}