.benefits-section{background-color:#f8f8f8;padding:4rem 2rem;text-align:center}.benefits-title{color:#219c7c;font-size:2rem;font-weight:700;margin-bottom:2.5rem}.benefits-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:0 auto;max-width:1200px}.benefit{align-items:center;background-color:#fff;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.05);display:flex;flex-direction:column;min-height:260px;padding:1.5rem 1rem;transition:transform .3s ease,box-shadow .3s ease}.benefit:hover{box-shadow:0 6px 24px rgba(0,0,0,.1);transform:translateY(-5px)}.benefit .icon{height:56px;margin-bottom:1rem;width:56px}.benefit .icon img{height:auto;object-fit:contain;width:100%}.benefit h3{color:#219c7c;font-size:1.1rem;font-weight:700;line-height:1.2;margin:.5rem 0 .75rem;min-height:2.6em}.benefit p{color:#333;font-size:.95rem;line-height:1.4;margin:0}