section#projecten{padding:60px 0;position:relative;background:#51b8461c;overflow:hidden}section#projecten h1{position:relative;color:var(--maincolor);font-size:60px;display:table;font-weight:700;margin-top:0}.single-project img{width:auto!important;border-radius:5px!important}section#projecten h1 svg{font-size:22px}section#projecten .projects-list{display:flex;flex-wrap:wrap;gap:2%}section#projecten .projects-list .single-project{flex:0 0 27%}body.home section#projecten .projects-list .single-project:nth-child(1n+5){display:none}section#projecten .projects-list .single-project:nth-child(1n+5){margin-top:1%}@media screen and (max-width:1200px){section#projecten .projects-list .single-project{flex:0 0 49%}section#projecten .projects-list .single-project:nth-child(even){margin-right:0}section#projecten .projects-list .single-project:nth-child(1n+3){margin-top:2%}section#projecten h1{justify-content:center}}@media screen and (max-width:650px){section#projecten .projects-list .single-project{flex:1 0 100%;margin:4% 0 0 0!important;text-align:center}section#projecten .projects-list .single-project figure{display:table;margin:0 auto}}section#projecten .projects-list .single-project:last-child{margin-right:0}section#projecten .projects-list .single-project h3{color:#51b846;margin:0;font-size:30px;padding:5px 0}section#projecten .projects-list .single-project a{background:#51b846;padding:10px 20px;font-size:21px;color:white!important;font-weight:600;text-align:center;border-radius:5px!important}section#projecten .projects-list .single-project a:hover{opacity:.8}