.tekstblok {
    padding: 0 30px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.tekstblok .wrapper {
    position: relative;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 57px;
    max-width: 1200px;
}

.tekstblok .wrapper.reverse {
    flex-direction: row-reverse;
}

.tekstblok .wrapper>.text-container {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    color: #676767;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tekstblok .text-container>* {
    display: block;
    width: 100%;
}

.tekstblok .text-container > .sub-titel {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 29px;
    /* color: #DDBF6E; */
    font-family: BadScript;
    font-weight: 400;
}

.tekstblok .text-container > .sub-titel::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #DDBF6E;
}

.tekstblok .text-container>.titel {
    font-size: 24px;
    line-height: 34px;
    font-family: "sofia-pro";
    font-weight: 700;
    /* color: #1D1D1D; */
}

.tekstblok .text-container {
    align-items: flex-start;
}

.tekstblok .text-container p {
    font-size: 18px;
    line-height: 34px;
    /* color: #1D1D1D; */
}

.tekstblok .text-container > ul {
    display: block;
}

/* Opsomming */
.tekstblok .text-container>.opsomming {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    margin-top: 40px;
}

/* Item */
.tekstblok .text-container>.opsomming .item {
    display: flex;
    align-items: flex-start;
    gap: 21px;
}

/* Icon */
.tekstblok .text-container>.opsomming .item .icon-container {
    display: flex;
    align-items: flex-start;
    border-radius: 100%;
    justify-content: center;
}

.tekstblok .text-container>.opsomming .item .icon-container img {
    height: 73px;
    width: 73px;
    align-self: center;
}

/* Text */
.tekstblok .text-container>.opsomming .item .tekst-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tekstblok .text-container>.opsomming .item .tekst-container .titel {
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    font-family: "sofia-pro";
    color: #1D1D1D;
}

.tekstblok .text-container>.opsomming .item .tekst-container .sub-titel {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
}


/* Button */
.tekstblok .text-container>.button {
    margin-top: 21px;
    width: unset;
}


@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1340px) {
    .tekstblok {
        padding: 0 15px;
        background-image: none !important;
    }

    .tekstblok .wrapper {
        flex-wrap: wrap;
        gap: 37px;
        justify-content: center;
    }

    .tekstblok .wrapper>.text-container {
        max-width: unset;
    }

    .tekstblok .text-container>.titel {
        margin-top: 2px;
        font-size: 22px;
        line-height: 32px;
    }

    .tekstblok .text-container>.text,
    .tekstblok .text-container p {
        margin-top: 14px;
        font-size: 16px;
        line-height: 32px;
    }

    /* Opsomming */
    .tekstblok .text-container>.opsomming {
        gap: 43px;
        margin-top: 44px;
    }

    /* Item */
    .tekstblok .text-container>.opsomming .item {
        gap: 17px;
    }

    /* Icon */
    .tekstblok .text-container>.opsomming .item .icon-container img {
        height: 62px;
        width: 62px;
    }

    /* Text */
    .tekstblok .text-container>.opsomming .item .tekst-container .titel {
        font-size: 18px;
        line-height: 32px;
    }

    .tekstblok .text-container>.opsomming .item .tekst-container .sub-titel {
        font-size: 16px;
        line-height: 32px;
        margin-top: unset;
    }

    /* Button */
    .tekstblok .text-container>.button {
        margin-top: 26px;
    }

}

@media screen and (max-width: 767px) {

}