.card-stack{background-repeat:no-repeat;padding-bottom:var(--section_spacing);padding-top:var(--section_spacing);position:relative;z-index:9}.card-stack .overlay{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.card-stack .content-wrapper{position:relative;z-index:9}.card-stack .btn_sec{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.card-stack .card_main_content .card{border-radius:12px;padding:30px;position:relative;width:calc(33.333% - 13.33333px)}.card-stack .card_main_content{column-gap:20px;display:flex;flex-wrap:wrap;row-gap:20px}.card-stack .card-description p{margin-bottom:21px}.card-stack .card_main_content .card:before{background:linear-gradient(to right,#0e2f6e00,var(--tertiary_color));border-radius:12px;bottom:-2px;content:"";left:-2px;position:absolute;right:-2px;top:-2px;z-index:-1}.card-stack .btn_sec{margin-top:30px}@media(max-width:991px){.card-stack .card_main_content .card{width:calc(50% - 10px)}}@media(max-width:767px){.card-stack .card_main_content .card{padding:30px 20px;width:100%}}