.tekst-image-variant {
    padding: 0 15px;
}

.tekst-image-variant .wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 74px;
}

.tekst-image-variant .wrapper p {
    color: #4A4A4A;
    font-weight: 400;
}

.tekst-image-variant .container-tekst {
    display: flex;
    flex-direction: column;
    font-family: degular, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 36px;
    width: 100%;
    max-width: 750px;
}

.tekst-image-variant .container-tekst .button { 
    margin-top: 24px;
}

.tekst-image-variant .tekst-button:hover {
    background-color: #FFF6F2;
}
.tekst-image-variant .container-tekst h1 {
    width: 100%;
    margin-block-end: 18px;
    font-size: 54px;
    line-height: 68px;
}
.tekst-image-variant .container-tekst p strong{
    color: #A1AB96;
    font-family: TheSeasonsBold, sans-serif;
}
.tekst-image-variant .container-tekst h4 {
    margin-bottom: 30px;
    color: #7C7C7C;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    font-family: degular, sans-serif;
}
/* List item */
.tekst-image-variant .container-tekst ul {
    flex-wrap: wrap;
    gap: 29px;
	margin-block-end: 60px;
    margin-top: 10px;
}
.tekst-image-variant .container-tekst li {
    gap: 18px;
    width: 100%;
    position: relative;
    padding-left: 35px;
    color: #7C7C7C;
    font-size: 28px;
    line-height: 36px;
}
.tekst-image-variant .container-tekst li::before {
    position: absolute;
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    left: 0;
    top: 12px;
    background-color: #A1AB96;
    border-radius: 100%;
}
.tekst-image-variant .container-tekst li::marker {
    color: #A1AB96;
    font-weight: 700;
}
.tekst-image-variant .container-afbeelding {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 0 1 45%;
    max-width: 600px;
}

.tekst-image-variant .container-afbeelding img {
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1024px) {
    .tekst-image-variant .wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 28px;
    }

    .tekst-image-variant .container-tekst h1 {
        margin-block-end: 11px;
        font-size: 30px;
        line-height: 38px;
    }
    .tekst-image-variant .container-tekst {
        font-size: 18px;
        line-height: 26px;
    }
    
    .tekst-image-variant .container-afbeelding {
        display: flex;
        justify-content: center;
    }

    .tekst-image-variant .container-afbeelding img {
        width: 228px;
        height: auto;
        position: unset;
        top: unset;
        transform: none;
        right: unset;
    }

    /* List item */
    .tekst-image-variant .container-tekst ul {
        gap: 20px;
    }
    .tekst-image-variant .container-tekst ul li {
        gap: 11px;
        padding-left: 25px;
        font-size: 18px;
        line-height: 26px;
    }
    .tekst-image-variant .container-tekst ul li::before {
        width: 14px;
        height: 14px;
        left: 0;
        top: 6px;
    }

    .tekst-image-variant .container-tekst {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

}