section#projecten {
	padding: 60px 0;
    position: relative;
background: #ffffff;
    overflow: hidden;
}

section#projecten .container {
overflow: visible!Important;
    }


section#projecten h1 {
    position: relative;
    color: #173763;
    font-size: 60px;
    display: table;
    font-weight: bold;
    margin-top: 0;
    padding-bottom: 3px;
}
body.home .single-project img{
        width: 100%;
        border-radius: 30px!important;
}
body.archive .single-project img{
    width: 100%;
    border-radius: 30px!important;
}

body.home.single-project img{
    width: auto!important;
    border-radius: 30px!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 22%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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: #173763;
    margin: 0;
    font-size: 20px;
    padding: 5px 0;
    align-content: normal;
}
.single-project-content {
    text-align: center;
}

section#projecten .projects-list .single-project a {
    background: #173763;
    padding: 10px 20px;
    font-size: 21px;
    color: white !important;
    font-weight: 600;
    text-align: center;
    border-radius: 30px !important;
}

section#projecten .projects-list .single-project a:hover {
    opacity: 0.80;
}