.cards-wrapper{background:#f7f6ff;border:1px solid #d9e5f6;border-radius:24px;padding:60px 30px 40px}.cards-wrapper .cards{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.cards-wrapper .heading{margin-bottom:40px}.cards-wrapper .cards .card{background:#fff;border:1px solid #d9e5f6;border-radius:24px;display:flex;flex:0 0 calc(33.333% - 20px);flex-direction:column;gap:20px;padding:20px}.cards-wrapper .cards .card .title{border-bottom:1px solid #e7e7e7;font-size:24px;padding-bottom:20px}.cards-wrapper .cards .card .list{display:flex;flex-direction:column;gap:15px}.cards-wrapper .cards .card .item{display:flex;gap:10px}.cards-wrapper .cards .card .item svg{height:18px;margin-top:2px;width:auto}.cards-wrapper .cards .card .item div{flex:1}@media(max-width:980px){.cards-wrapper{padding:40px 20px}.cards-wrapper .cards{flex-direction:column}.cards-wrapper .cards .card{flex:1}}