
.lease-vormen.block .options {
    margin-top: 65px;
}

.lease-vormen.block .options .title {
    margin-bottom: 70px;
}

.lease-vormen.block .options > .wrap {
    max-width: 1240px;
}

.lease-vormen.block .options .option .buttons {
    display: inline-block;
    margin: 50px 0 30px 0;
    width: 100%;
}

.lease-vormen.block .options .option .buttons > a {
    padding-left: 5px !important;
    padding-right: 5px !important;
    display: block;
}

.lease-vormen.block .options .option .wrap {
    max-width: 320px;
    margin: 0 auto;
}

.lease-vormen.block .options .option {
    width: 31.6239316239%;
    float: left;
    margin-left: 2.5641025641%;
    box-shadow: 0px 5px 13px #ccc;
    border-radius: 10px;
    padding: 30px 30px;
}

.lease-vormen.block .options .option:nth-of-type(3n + 1) {
    margin-left: 0;
    clear:both;
}

.lease-vormen.block .options .option .content {
    padding-top: 0;
    padding-bottom: 0;
	height: 200px;
}

.lease-vormen.block .options .option .title {
    margin-bottom: 0;
    line-height: 23px;
}

@media only screen and (max-width: 1024px) {
    .lease-vormen.block .options .option {
        font-size: 14px;
    }
}

@media only screen and (max-width: 800px) {
    .lease-vormen.block .options .option {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media only screen and (max-width: 600px) {
    .lease-vormen.block .options .option {
        margin-left: 0;
        width: 100%;
        margin-bottom: 25px;
    }

    .lease-vormen.block .options .option .buttons {
        margin-bottom: 0;
        margin-top: 20px;
    }