.guarantee-summary-new .container{margin:0 auto;max-width:896px;padding:0 32px}.guarantee-summary-new__heading{font-weight:300;margin-bottom:40px;text-align:center}.guarantee-summary-new__grid{display:grid;gap:var(--gs-grid-gap,20px);grid-template-columns:repeat(3,1fr);margin-bottom:40px}.guarantee-summary-new__card{background:var(--gs-card-bg,#fff);border:1px solid rgba(0,0,0,.1);border-radius:var(--gs-card-radius,10px);padding:24px;text-align:center;transition:.3s}.guarantee-summary-new__card:hover{box-shadow:0 4px 10px rgba(0,0,0,.05)}.guarantee-summary-new__badge{background:var(--gs-badge-bg,#d6e1e8);border-radius:6px;color:var(--gs-badge-color,#1d2126);display:inline-block;font-size:18px;font-weight:700;margin-bottom:12px;padding:8px 16px}.guarantee-summary-new__text{color:var(--gs-text-color);font-size:14px;line-height:1.6}.guarantee-summary-new__note{background:var(--gs-note-bg,#f6f7f5);border:1px solid #e8e1d7;border-radius:10px;padding:24px}.guarantee-summary-new__note-heading{color:var(--gs-note-heading-color,#1d2126);font-size:20px;font-weight:600;margin-bottom:10px}.guarantee-summary-new__note-text{color:var(--gs-note-text-color,rgba(0,0,0,.8));font-size:14px;line-height:1.6}@media (max-width:768px){.guarantee-summary-new__grid{grid-template-columns:1fr}.guarantee-summary-new .container{padding:0 16px}}