.comparison-cards{--card-padding:3px;--header-size:60px;display:grid;gap:2rem;grid-template-columns:1fr;@media (min-width:768px){&.grid-columns-2{grid-template-columns:repeat(2,1fr)}}.card{background:var(--accent3);display:flex;flex-direction:column;padding:var(--card-padding);position:relative;&:first-of-type{background:var(--secondary);.card-interior{background:var(--secondary);h3,p,ul{color:var(--white)}}.card-header{background:var(--secondary)}}}.card-interior{background:var(--white);display:flex;flex-direction:column;gap:1rem;height:100%}.card-header{align-items:center;background:var(--accent3);border:3px solid var(--white);border-radius:50%;display:flex;height:var(--header-size);justify-content:center;margin-top:calc(var(--header-size)/-2);margin-inline:auto;width:var(--header-size);img{max-height:75%;max-width:75%}}.card-body{flex-grow:1;padding:0 2rem 2rem;.preheader{display:block;font-size:.875rem;font-weight:700;text-transform:uppercase}.preheader,h3{margin-bottom:.5rem}h3{font-size:1.5rem;font-weight:600;line-height:1.25}:last-child{margin-bottom:0}}ul:is(.arrow-list,.x-list,.checklist){display:flex;flex-direction:column;gap:.5rem;list-style-type:none;margin:0;padding-left:0;text-align:left;li{align-items:flex-start;display:flex;gap:.5rem;margin-bottom:0;&:before{display:inline-block;height:20px;width:20px}}}ul.x-list li:before{content:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtMTUgOS02IDZtMC02IDYgNm03LTNjMCA1LjUyMy00LjQ3NyAxMC0xMCAxMFMyIDE3LjUyMyAyIDEyIDYuNDc3IDIgMTIgMnMxMCA0LjQ3NyAxMCAxMCIvPjwvc3ZnPg==")}}