.about-section{align-items:center;justify-content:center;padding:4rem 2rem;background-color:#f7f3f3}.about-content,.about-section{display:flex;flex-wrap:wrap;gap:2rem}.about-content{flex-direction:row;align-items:flex-start;max-width:1200px}.about-image{flex:1 1 400px;max-width:500px;width:100%;height:auto;border-radius:10px;object-fit:cover}.about-text{flex:1 1 400px;max-width:600px;color:#111}.about-text h2{font-size:2rem;margin-bottom:1rem;color:#000;font-weight:700}.about-text p{font-size:1rem;line-height:1.6;margin-bottom:1rem}.learn-more-btn{background-color:#00bcd4;color:white;padding:.75rem 1.5rem;border:none;border-radius:20px;font-size:1rem;cursor:pointer;text-decoration:none;display:inline-block;transition:background .3s ease}.learn-more-btn:hover{background-color:#0097a7}@media (max-width:768px){.about-content{flex-direction:column;align-items:center;text-align: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{padding:4rem 2rem;background-color:#f7f3f3;display:flex;justify-content:center}.activity-content{display:flex;flex-wrap:wrap;max-width:1200px;gap:2rem;align-items:flex-start;justify-content:space-between}.activity-text{flex:1 1 400px;color:#111}.activity-text h2{font-size:2rem;margin-bottom:1rem;color:#000;font-weight:700}.activity-text p{font-size:1rem;line-height:1.6;margin-bottom:1rem}.activity-images{flex:1 1 400px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.activity-images img{width:100%;height:200px;object-fit:cover;border-radius:8px}@media (max-width:768px){.activity-content{flex-direction:column;align-items:center;text-align:center}.activity-images{flex:1 1 200px;grid-template-columns:repeat(1,1fr);gap:.75rem}.activity-images img{height:170px}}.donors-section{padding:4rem 1rem;text-align:center;background-color:#f7f3f3}.donors-title{font-size:1.8rem;margin-bottom:2rem;color:#333}.donors-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2rem}.donors-logo{object-fit:contain;transition:transform .3s ease}.donors-logo:hover{transform:scale(1.05)}.donors-button{padding:.6rem 1.5rem;background-color:#00bcd4;color:white;border-radius:30px;text-decoration:none;font-weight:600;transition:background-color .3s ease}.donors-button:hover{background-color:#0097a7}