.cards{gap:2rem}.cards,.cards__card{display:flex;flex-direction:column}.cards__card{align-items:start;border-radius:1rem;min-width:0;padding:1.5rem 1.5rem .5rem;width:100%}@media (min-width:767px){.cards{flex-direction:row;justify-content:center}.cards__card{width:600px}}.cards--style1 .cards__card{background-color:#fff;box-shadow:0 0 #0000,0 0 #0000,0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.cards--style2 .cards__card{background-image:linear-gradient(to bottom right,#faf5ff,#fff);border:1px solid #f2e5ff}.cards--style3 .cards__card{align-items:center;background-color:#fff;box-shadow:0 0 #0000,0 0 #0000,0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);text-align:center}.card__icon{align-items:center;border-radius:.75rem;display:flex;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.cards--style1 .card__icon{background-color:#fee2e2;color:#ef4343}.cards--style2 .card__icon{background-color:#9234ea;color:#fff}.cards--style3 .card__icon{background-color:#22c55e;color:#fff}.card__icon span{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.card__icon svg{fill:currentColor;height:24px;width:24px}.card__heading{margin-bottom:.5rem}