.card-grid-large{box-sizing:border-box;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1400px;padding:0;width:100%}.card-grid-large .card{background:#f4f5f7;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;min-height:400px;padding:20px 18px;text-align:center}.card-grid-large .card .title{color:var(--secondary-color);font-weight:700;margin-bottom:0;margin-top:20px}.card-grid-large .card .range{font-size:36px;font-weight:700;margin:10px 0}.card-grid-large .card .best-suited-for{color:var(--secondary-color);font-size:16px;font-weight:700;text-align:center}.card-grid-large .card .content{display:flex;flex-direction:column;gap:4px}.card-grid-large .card .bullet-list{column-count:2;column-gap:0;-webkit-columns:2;-moz-columns:2;margin:0;padding:20 20px;text-align:left}.card-grid-large .card .bullet-list li{margin-bottom:5px;text-align:start}.card-grid-large .card .buttons{display:flex;flex-wrap:nowrap;gap:16px;justify-content:center}.card-grid-large .card .buttons .button{flex:none;min-width:120px;text-transform:none}.card-grid-large .card .buttons .button.outlined{background:none;border:1px solid var(--secondary-color);color:var(--secondary-color);transition:border-color .3s,color .3s}.card-grid-large .card .buttons .button.outlined:hover{border-color:#9ac242;color:#9ac242}.card-grid-large .card .buttons .button.filled{background-color:var(--secondary-color);color:#fff}.card-grid-large .card .buttons .button.filled:hover{background:#9ac242}@media (max-width:1024px){.card-grid-large{display:flex;flex-direction:column;gap:20px;padding:0 20px}.card-grid-large .card{min-height:auto;padding:15px;width:100%}.card-grid-large .card .range{font-size:30px}.card-grid-large .card .bullet-list{column-count:1;-webkit-columns:1;-moz-columns:1;padding:0 20px}.card-grid-large .card .buttons{align-items:center;flex-direction:column;flex-wrap:wrap}}