/* Alleen de specifieke rij met class .custom-3-cols */
.custom-3-cols {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 2rem;
}

.custom-3-cols .wp-block-kadence-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex: 1 1 0;
}

.custom-3-cols .wp-block-kadence-column .kt-inside-inner-col {
    display: flex;
    flex-direction: column;
    justify-content: start;
    flex: 1;
}

.custom-3-cols .wp-block-kadence-column img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .custom-3-cols {
        flex-direction: column;
    }
}

.link-clean a{
  color: #FFF !important;
  text-decoration: none !important;
}


.kb-row-layout-idmvco__header_440d63-f1 .kt-row-layout-bottom-sep svg {
    width: 100% !important;
    height: 200px !important; /* past bij viewBox hoogte */
    display: block !important;
}
