.header {
    background: #f9f9f9;
    border-bottom: 1px solid #ededed;
}
.boxed {
    height: 100%;
    background-color: #f9f9f9;
    border-radius: 7.5px;
    border: 1px solid #ededed;
}

.boxed .img-wrapper,
.boxed .img-wrapper img {
    border-top-left-radius: 7.5px;
    border-top-right-radius: 7.5px;
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.boxed .content {
    padding: 50px;
}
.kopbeveiliging a {
    color: #f36f21;
}
.kopict a {
    color: #009dde;
}
.koptelecom a {
    color: #78b525;
}
.kopdigitaal a {
    color: #e71e78;
}
.kopbeveiliging .visit-button {
    background: #f36f21;
}
.kopict .visit-button {
    background: #009dde;
}
.koptelecom .visit-button {
    background: #78b525;
}
.kopdigitaal .visit-button {
    background: #e71e78;
}
.visit-button {
    border-radius: 10px;
    padding: 7.5px;
    font-size: 18px;
    color: #fff !important;
    display: block;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    text-decoration: none;
}
.text {
    width: 60%;
    margin: auto;
}
.text p {
    min-height: 96px;
}
.text p:nth-child(2) {
    min-height: 96px;
}
h3 {
    color: #02315d;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #64676a;
    color: white;
}

@media only screen and (max-width: 992px) {
    .row {
        display: block;
    }
    .col-6 {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .text {
        width: 100%;
    }
}