.donation .title{font-size:var(--font-size-title);font-family:var(--font-title);font-weight:400;line-height:64px;text-align:center;text-transform:uppercase;color:#4a5b6f;margin-bottom:1rem}.hero-section{position:relative;width:100%;height:400px;overflow:hidden;border-radius:1.5rem}.hero-image{position:absolute;width:100%;height:400px;overflow:hidden;border-radius:1.5rem}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center top}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#4a5b6f80,#4a5b6fb3);display:flex;align-items:center;justify-content:center}.hero-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:2rem;max-width:1200px;margin:0 auto}.hero-logo{display:flex;justify-content:center;margin-bottom:1rem}.hero-logo img{width:120px;height:120px;filter:brightness(0) invert(1)}.hero-quote{text-align:center;color:#fff}.hero-quote p{font-family:var(--font-ui);font-weight:500;font-size:20px;line-height:100%;text-align:center;text-transform:capitalize;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-author{font-family:var(--font-ui);font-weight:600;font-size:1.5rem;margin-top:1.5rem;text-transform:uppercase;font-style:Italic;line-height:100%;text-align:center;text-transform:lowercase}.hero-btn{font-family:var(--font-ui);font-weight:500;font-size:20px;line-height:100%;text-align:center;font-variant:small-caps;background:#fff;color:var(--main-color);padding:15px 50px;border-radius:50px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #0003}.hero-btn:hover{background:#ffffffe6;transform:translateY(-3px);box-shadow:0 6px 20px #0000004d;color:var(--main-color)}@media (max-width: 768px){.hero-section,.hero-image{height:350px}.hero-content{gap:1.5rem;padding:1.5rem}.hero-logo img{width:60px;height:60px}.hero-quote p{font-size:16px}.hero-author{font-size:14px;margin-top:1rem}.hero-btn{font-size:18px;padding:12px 40px}}@media (max-width: 480px){.hero-section,.hero-image{height:300px}.hero-content{gap:1rem;padding:1rem}.hero-logo img{width:50px;height:50px}.hero-quote p{font-size:14px}.hero-author{font-size:12px}.hero-btn{font-size:16px;padding:10px 35px}}
