.cause-section{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:4rem}.cause-item{display:flex;align-items:center;gap:2rem;padding:1rem;border-radius:16px;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.cause-item:hover{transform:translateY(-6px);box-shadow:0 12px 25px rgba(0,0,0,.08)}.cause-item:nth-child(even){flex-direction:row-reverse;background:#eaf4fd}.icon-wrapper{flex-shrink:0;width:76px;height:76px;border-radius:50%;background:#00457c;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.text-wrapper{max-width:600px}.text-wrapper h3{margin:0 0 .5rem;font-size:1.5rem;color:#004080}.text-wrapper p{margin:0;line-height:1.6;font-size:1rem;color:#333}@media (max-width:768px){.cause-item,.cause-item:nth-child(even){flex-direction:column;text-align:center}}