#holder-kwartiermakers{
    width:100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-kwartiermaker{
    width:30%;
    text-align: center;
    border: 1px solid #009C82;
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:center;
    padding-top:2rem;
}

.single-kwartiermaker img{
    width:80%;
    height: auto;
    margin-bottom:2rem;
}

.single-kwartiermaker p{
    background-color: #009C82;
    margin:0 !important;
    padding:1rem;
    color:white;
    width:100%;
}
.small-font-kwartiermaker{
    display: block;
    font-size: 13px;
}

@media only screen and (max-width: 700px){
    .single-kwartiermaker{
        width:100%;
        border:none;
        border-bottom: 1px solid #009C82;
    }
    .single-kwartiermaker p{
        margin-top: 2rem;
    }

}