.tile{background-color:#fff;border-radius:16px;justify-content:center;align-items:center;width:100%;padding:32px 24px;transition:box-shadow .2s;display:flex}.tile:hover{box-shadow:0 8px 24px #28344426}.tile-image{object-fit:contain;width:auto;max-width:100%;height:auto}
.organizations-we-support{flex-direction:column;gap:32px;width:100%;display:flex}.tile-grid{grid-template-columns:repeat(4,1fr);gap:32px;width:100%;display:grid}@media only screen and (max-width:1140px){.tile-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media only screen and (max-width:620px){.tile-grid{grid-template-columns:1fr;gap:16px}}
.zigzag-item{grid-template-columns:1fr;place-items:center;gap:16px;display:grid}@media only screen and (min-width:981px){.zigzag-item{grid-template-columns:auto auto;gap:80px}.zigzag-item--reverse .zigzag-item-image{order:2}}.zigzag-item-image{object-fit:cover;border-radius:16px;max-width:100%;max-height:100%}.zigzag-item-content{flex-direction:column;gap:8px;display:flex}@media only screen and (min-width:981px){.zigzag-item-content{gap:16px}}.zigzag-item-tagline{color:#666;text-transform:uppercase;font-size:14px;font-weight:700}@media only screen and (min-width:981px){.zigzag-item-tagline{font-size:16px}}.zigzag-item-body{color:#20292f}@media only screen and (min-width:981px){.zigzag-item-body{font-size:20px}}
.zigzag{grid-template-columns:1fr;gap:32px;display:grid}@media only screen and (min-width:981px){.zigzag{gap:64px}}
