.cards-list{display:flex;flex-wrap:wrap;justify-content:space-between}@media (max-width:992px){.cards-list{gap:20px;justify-content:center}}.cards-list__card{border-radius:8px;box-shadow:0 4px 16px 0 rgba(17,17,26,.05),0 8px 32px 0 rgba(17,17,26,.05);display:flex;flex-direction:column;height:auto;max-width:295px;padding:30px 24px;width:100%}@media (max-width:500px){.cards-list__card{max-width:100%}}.cards-list__card h5{margin:0;text-align:center}.cards-list__card-list{border-bottom:1px solid #ccc;border-top:1px solid #ccc;margin:24px 0;padding:20px 0}.cards-list__list-item{column-gap:8px;display:flex}.cards-list__list-item svg{width:16px}.cards-list__list-text{font-size:14px}.cards-list__card-button{justify-content:center;margin-bottom:12px}