.why-donate{width:100vw;min-height:300px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:32px;z-index:4;position:relative;padding-bottom:128px}.why-donate>h1{font-size:40px;color:var(--font-color)}.why-donate-content{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;grid-gap:64px;gap:64px;margin:0 auto}.why-donate-list{display:flex;width:calc(280px - 48px);height:calc(360px - 48px);padding:24px;flex-direction:column;align-items:center;gap:20px;flex-shrink:0;border-radius:10px;background:var(--blur-background);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:11;text-align:center}.why-donate-list>div{display:flex;flex-direction:column;gap:8px}.why-donate-list>div>h3{margin:0;color:var(--font-color);font-size:24px}.why-donate-list>img{width:96px;height:96px;object-fit:contain}.why-donate-list>div>p{margin:0;color:var(--nav-color);font-size:20px}@media screen and (max-width:1000px){.why-donate-content{grid-template-columns:repeat(1,1fr);grid-template-rows:3fr}.why-donate-list{text-align:center}}@media screen and (max-width:550px){.why-donate-list>div>p{font-size:16px}.why-donate-list>div>h3{font-size:20px}.why-donate>div>h1{font-size:24px}}.how-help{width:100vw;display:flex;justify-content:center;padding-bottom:128px}.how-help-wrapper{display:flex;flex-direction:column;max-width:760px;align-items:center;text-align:center;gap:16px;padding:0 40px}.how-help-wrapper>h1{font-size:40px;margin:0}.how-help-wrapper>p{margin:0;color:var(--nav-color);font-size:20px}.how-help-wrapper>a{width:230px;height:60px;display:flex;justify-content:center;align-items:center;background:var(--blue-font);color:#fff;font-size:24px;text-decoration:none;font-weight:600;border-radius:16px;margin-top:16px;transition:all .3s}.how-help-wrapper>a:hover{opacity:.85}@media screen and (max-width:550px){.how-help-wrapper>h1{font-size:24px}.how-help-wrapper>p{font-size:16px}.how-help-wrapper>a{width:160px;height:40px;display:flex;justify-content:center;align-items:center;background:var(--blue-font);color:#fff;font-size:16px;text-decoration:none;font-weight:600;border-radius:16px;margin-top:16px;transition:all .3s}}.our-donors{width:100vw;display:flex;justify-content:center;flex-direction:column;align-items:center;padding-bottom:128px;gap:16px}.our-donors>h1{font-size:40px}.our-donors-wrapper{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(1,1fr);grid-column-gap:32px;grid-row-gap:32px}.our-donors-wrapper>a>img{width:100px;height:100px;padding:16px;border-radius:16px;object-fit:contain;background:#fff;transition:all .3s}.our-donors-wrapper>a>img:hover{scale:1.03}@media screen and (max-width:1000px){.our-donors-wrapper{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}}@media screen and (max-width:550px){.our-donors>h1{font-size:24px}.our-donors-wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr)}}