.project-overview{width:100%;border-radius:calc(20px + 2rem);padding:2rem;background-color:#dfe8ff}.project-overview .content{border-radius:20px;padding:2rem;background-color:#fff}.project-overview .content h4{font-size:1.125em;font-weight:600;margin-bottom:1rem}.project-overview .content p{max-width:1000px}.project-overview .content ul{padding:2rem}.project-overview .content ul li{margin-bottom:.5rem;list-style-type:disc}@media only screen and (max-width:790px){.project-overview{border-radius:calc(20px + 1rem);padding:0}.project-overview .content{padding:1.5rem;border:2px solid #dfe8ff}.project-overview .content h4{font-size:1.125em;font-weight:600;margin-bottom:1rem}.project-overview .content p{max-width:1000px}.project-overview .content ul{padding:2rem}.project-overview .content ul li{margin-bottom:.5rem;list-style-type:disc}}.project-partners{display:flex;flex-wrap:wrap;gap:2rem}.project-partners img{width:auto;max-height:40px;height:40px}@media only screen and (max-width:790px){.project-partners{gap:1rem}.project-partners img{max-height:20px;height:20px}}.project-gallery{display:grid;grid-gap:1rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-auto-rows:350px;grid-auto-flow:dense}.project-gallery img{max-width:100%;height:auto;vertical-align:middle;display:inline-block}.project-gallery>div{display:flex;justify-content:center;align-items:center}.project-gallery>div img{width:100%;height:100%;object-fit:cover;border-radius:10px}.project-gallery>div.wide{grid-column:span 2}.project-gallery>div.tall{grid-row:span 2}.project-gallery>div.big{grid-column:span 2;grid-row:span 2}@media only screen and (max-width:790px){.project-gallery{display:grid;grid-gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));grid-auto-rows:100px;grid-auto-flow:dense}.project-gallery>div img{border-radius:5px}}