.calculation-card{padding:1.25rem .9375rem;background:#e0f2ff;display:flex;flex-direction:column;align-items:center;height:100%;border-radius:15px;text-align:center;gap:1.25rem;transition:.3s ease}.calculation-card:hover .card-title{font-weight:600}.calculation-card .card-title{font-size:1.25rem;line-height:1}.calculation-card i{width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;font-size:2.5rem;background:var(--primary-color);border-radius:9999px;color:#fff}