.foerderprojekte{width:100%;display:inline-grid;grid-template-columns:1fr 1fr;column-gap:30px;row-gap:30px;margin-top:50px}.foerderprojekte .projekt{background-color:#fff;padding:30px;border-radius:20px;text-align:center}.foerderprojekte .projekt img{width:auto;height:100px;margin:0 auto;margin-bottom:30px}.foerderprojekte .projekt h3,.foerderprojekte .projekt h4,.foerderprojekte .projekt p{color:#1b3000}.foerderprojekte .projekt h4{line-height:1.5}.foerderprojekte .projekt p{margin-bottom:20px}@media(max-width:980px){.foerderprojekte{grid-template-columns:1fr}}