.benefit-container{text-align:center;padding:50px 30px;background-color:#f9f9f9}.title{font-size:32px;color:#333;margin-bottom:15px;font-weight:700}.subtitle{font-size:18px;color:#555;margin-bottom:30px;line-height:1.6}.beneficiaries{display:flex;flex-wrap:wrap;justify-content:space-around;gap:30px;max-width:1100px;margin:0 auto}.beneficiary{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:220px;background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.beneficiary:hover{transform:translateY(-10px);box-shadow:0 4px 15px rgba(0,0,0,.2)}.icon{font-size:50px;color:#0070f3;margin-bottom:15px}.beneficiary h3{font-size:20px;font-weight:600;color:#333;margin-bottom:10px}.beneficiary p{font-size:16px;color:#666;line-height:1.5;margin-bottom:0}