.about-section{background-color:#f7f3f3;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;padding:4rem 2rem;display:flex}.about-content{flex-flow:wrap;align-items:flex-start;gap:2rem;max-width:1200px;display:flex}.about-image{object-fit:cover;border-radius:10px;flex:400px;width:100%;max-width:500px;height:auto;transition:transform .4s,box-shadow .4s}.about-image:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000026}.about-text{color:#111;flex:400px;max-width:600px}.about-text h2{color:#000;margin-bottom:1rem;font-size:2rem;font-weight:700}.about-text p{margin-bottom:1rem;font-size:1rem;line-height:1.6}.learn-more-btn{color:#fff;font-size:1rem;font-family:var(--font-body);letter-spacing:.04em;cursor:pointer;background-color:#00bcd4;border:none;border-radius:20px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.22,1,.36,1);display:inline-block}.learn-more-btn:hover{background-color:#0097a7;transform:translateY(-2px);box-shadow:0 6px 20px #00bcd459}@media (max-width:768px){.about-content{text-align:center;flex-direction:column;align-items:center}.about-text h2{font-size:1.75rem}.about-text p{font-size:.95rem}.about-image{max-width:100%;height:auto}.learn-more-btn{width:100%;max-width:200px}}.activity-section{background-color:#f7f3f3;justify-content:center;padding:4rem 2rem;display:flex}.activity-content{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1200px;display:flex}.activity-text{color:#111;flex:400px}.activity-text h2{color:#000;margin-bottom:1rem;font-size:2rem;font-weight:700}.activity-text p{margin-bottom:1rem;font-size:1rem;line-height:1.6}.activity-images{flex:400px;grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.activity-images img{object-fit:cover;border-radius:8px;width:100%;height:200px;transition:transform .4s,box-shadow .4s}.activity-images img:hover{transform:scale(1.03);box-shadow:0 8px 24px #00000026}@media (max-width:768px){.activity-content{text-align:center;flex-direction:column;align-items:center}.activity-images{flex:200px;grid-template-columns:repeat(1,1fr);gap:.75rem}.activity-images img{height:170px}}.donors-section{text-align:center;background-color:#f7f3f3;padding:4rem 1rem}.donors-title{color:#333;margin-bottom:2rem;font-size:1.8rem}.donors-logos{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2rem;display:flex}.donors-logo{object-fit:contain;filter:grayscale(30%);transition:transform .4s,filter .4s}.donors-logo:hover{filter:grayscale(0%);transform:scale(1.1)}.donors-button{color:#fff;font-family:var(--font-body);letter-spacing:.04em;background-color:#00bcd4;border-radius:30px;padding:.6rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.22,1,.36,1)}.donors-button:hover{background-color:#0097a7;transform:translateY(-2px);box-shadow:0 6px 20px #00bcd459}
