.site-id-1 .pk-page .tekstblok_met_logo_groot-layout {
    position: relative;
    background-color: #FFD8E8;
    padding: 100px 20px;
}


.site-id-14 .pk-page .tekstblok_met_logo_groot-layout {
    position: relative;
    background-color: #EDE2FC;
    padding: 100px 20px;
}

.pk-page .tekstblok_met_logo_groot-layout .pk-row {
    padding-block: unset;
}

.tekstblok_met_logo_groot-layout .pk-row-content.pk-grid-container {
    grid-template-columns: repeat(1, minmax(0,1fr));
}

.tekstblok_met_logo_groot-layout .content-wrapper {
    display: flex;
    align-items: center;
    column-gap: 90px;
    row-gap:20px;
    width: 100%;
}

.tekstblok_met_logo_groot-layout .logo-wrapper {
    flex-shrink: 0;
    width: 55%;
}

.site-id-1 .tekstblok_met_logo_groot-layout .logo-wrapper img {
    width: 100%;
    height: auto;
    max-height: 180px;
    display: block;
    aspect-ratio: unset !important;
}

.site-id-14 .tekstblok_met_logo_groot-layout .logo-wrapper img {
    width: 100%;
    height: auto;
    max-height: auto;
    display: block;
    aspect-ratio: unset !important;
}

.tekstblok_met_logo_groot-layout .text-content {
    flex: 1;
}

.tekstblok_met_logo_groot-layout .text-content h2,
.tekstblok_met_logo_groot-layout .text-content h3 {
    color: #F55B1D;
    margin-bottom: 15px;
}

.tekstblok_met_logo_groot-layout .pk-text {
    color: #F55B1D;
    margin-bottom: 20px;
}

.tekstblok_met_logo_groot-layout .pk-text p {
    margin-bottom: 10px;
}

.tekstblok_met_logo_groot-layout .pk-button-group {
    margin-top: 25px;
}

@media (max-width: 1024px) {
    .tekstblok_met_logo_groot-layout {
        padding: 50px 0;
    }

    .tekstblok_met_logo_groot-layout .content-wrapper {
        gap: 30px;
    }

    .tekstblok_met_logo_groot-layout .logo-wrapper {
        width: 350px;
    }

    .pk-page .tekstblok_met_logo_groot-layout {
        padding: 60px 60px;
    }
}

@media (max-width: 768px) {
    .tekstblok_met_logo_groot-layout {
        padding: 40px 0;
    }

    .tekstblok_met_logo_groot-layout .content-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    .tekstblok_met_logo_groot-layout .logo-wrapper {
        width: 100%;
        height: fit-content;
    }

    .pk-module.pk-button-group {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .tekstblok_met_logo_groot-layout {
        padding: 30px 0;
    }

    .tekstblok_met_logo_groot-layout .logo-wrapper {
        width: 70px;
    }
}
