section#locaties .locatiewrapper a img{
    height: 400px;
    width: 100%;
    object-fit: cover;
}

section#locaties .locatiewrapper a .titel{
    background: var(--main-color);
    color: white;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

section#locaties h2{
    color: var(--sub-color);
    text-align: center;
}

section#locaties{
    padding-top: 80px;
}

@media screen and (max-width: 1000px) {
    section#locaties .locatiewrapper a .titel{
        font-size: 20px;
    }
}