.steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:stretch}.stepBox{padding:30px;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:16px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.stepBox:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.monthly-savings-benefit{display:flex;max-width:600px;gap:20px}.monthly-savings-benefit .icon{width:50px}.monthly-savings-benefit .text-area{flex:1}.monthly-savings-benefit h3{margin-bottom:5px}@media(max-width:600px){.steps{grid-template-columns:1fr}}