.section__related-items {
    padding-bottom: 60px;
}


    .section__related-items .header {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .section__related-items .header span {
        font-family: abold,Verdana,Helvetica,Arial,sans-serif;       
        color: var(--blue);
        font-size: 38px;
        line-height: 48px; 
    }

        .section__related-items .header a {
            color: #ff6400;
            display: inline-block;
            position: relative;
            text-decoration: none;
            font-size: 19px;
            letter-spacing: .2px;
            margin-top: auto;
            text-decoration: underline;
        }

        .section__related-items .related-items-wrapper {
        }

        .section__related-items .related-items-wrapper .card-inner {
            display: inline-block;
            vertical-align: top;
            width: 50%;
            background: #fff;
            border-radius: 10px;
            margin-bottom: 20px;
        }

            .section__related-items .related-items-wrapper .card-inner:nth-child(2n) {
                width: calc(50% - 25px);
                margin-left: 20px;
            }


            .section__related-items .related-items-wrapper .card-inner a {
                width: 100%;
                height: 100%;
                text-decoration: none;
            }

            .section__related-items .related-items-wrapper .card-inner .image {
                width: 200px;
                height: 200px;
                display: inline-block;
                vertical-align: top;
            }

                .section__related-items .related-items-wrapper .card-inner .image picture,
                .section__related-items .related-items-wrapper .card-inner .image picture img {
                    width: 100%;
                    height: auto;
                    border-top-left-radius: 10px;
                    border-bottom-left-radius: 10px;
                }




            .section__related-items .related-items-wrapper .card-inner .content-wrapper {
                display: block;
                padding: 20px;
                width: calc(100% - 245px);
                display: inline-block;
                vertical-align: top;
            }

                .section__related-items .related-items-wrapper .card-inner .content-wrapper .tag {
                    color: #fff;
                    font-family: aregular,Verdana,Helvetica,Arial,sans-serif;
                    font-size: 14px;
                    letter-spacing: .5px;
                    line-height: 26px;
                    background: var(--orange);
                    padding: 0 16px;
                    border-radius: 15px;
                    display: block;
                    float: left;
                    margin-bottom: 7px;
                    margin-right: 9px;
                }

                    .section__related-items .related-items-wrapper .card-inner .content-wrapper .tag[data-state="Gaan we doen"] {
                        background: #e2b000;
                    }

                    .section__related-items .related-items-wrapper .card-inner .content-wrapper .tag[data-state="Gedaan"] {
                        background: #0bfa80;
                        color: var(--black);
                    }


                .section__related-items .related-items-wrapper .card-inner .content-wrapper .title {
                    font-family: abold,Verdana,Helvetica,Arial,sans-serif;
                    font-size: 19px;
                    letter-spacing: .2px;
                    line-height: 28px;
                    color: var(--blue);
                    margin-bottom: 4px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    height: 28px;
                    overflow: hidden;
                    width: 100%;
                }

                .section__related-items .related-items-wrapper .card-inner .content-wrapper .text {
                    font-size: 14px;
                    letter-spacing: .5px;
                    line-height: 22px;
                    margin-bottom: 16px;
                    height: 88px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    color: var(--black);
                }

                .section__related-items .related-items-wrapper .card-inner .content-wrapper:has(.tag) .text {
                    height: auto;
                    margin-bottom: 4px;
                }

                .section__related-items .related-items-wrapper .card-inner .content-wrapper .readmore {
                    font-family: aregular,Verdana,Helvetica,Arial,sans-serif;
                    font-size: 14px;
                    letter-spacing: .5px;
                    line-height: 22px;
                    color: #ff6400;
                    display: inline-block;
                    position: relative;
                }

                    .section__related-items .related-items-wrapper .card-inner .content-wrapper .readmore:after {
                        content: "";
                        width: 100%;
                        height: 2px;
                        border-radius: 0;
                        background: #ff6400;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        z-index: 10;
                        transform: scale(1);
                        transition: all .3s ease-in-out;
                    }


    .section__related-items .more-info {
        text-align: right;
        margin-top: 20px;
        width: 100%;
    }

        .section__related-items .more-info .link {
            color: var(--orange);
            padding-bottom: 2px;
            position: relative;
            display: inline-block;
            width: auto;
            font-size: inherit;
            transition: all .3s ease-in-out;
            text-decoration: none;
        }

            .section__related-items .more-info .link:after {
                content: "";
                width: 100%;
                height: 2px;
                border-radius: 0;
                background: var(--orange);
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: 10;
                transform: scale(1);
                transition: all .3s ease-in-out;
            }


@media (max-width: 950px) {
    .section__related-items .related-items-wrapper .card-inner,
    .section__related-items .related-items-wrapper .card-inner:nth-child(2n) {
        width: 100%;
    }

        .section__related-items .related-items-wrapper .card-inner:nth-child(2n) {
            margin-left: 0px;
        }


    .section__related-items .header {
        display: block;
    }

        .section__related-items .header span {
            display: block;
        }

        .section__related-items .header a {
            display: block;
        }
}


@media (max-width: 575px) {
    .section__related-items {
        padding-bottom: 32px;
    }

        .section__related-items .related-items-wrapper .card-inner .image {
            width: 90px;
            height: 90px;
        }

        .section__related-items .related-items-wrapper .card-inner .content-wrapper {
            padding: 0px;
            padding-top: 5px;
            padding-left: 15px;
            padding-right: 15px;
            width: calc(100% - 125px);
        }

            .section__related-items .related-items-wrapper .card-inner .content-wrapper .text {
                -webkit-line-clamp: 2;
                height: auto;
                margin-bottom: 0px;
            }

            .section__related-items .related-items-wrapper .card-inner .content-wrapper .readmore {
                display: none;
            }
}


@media (max-width: 475px) {
    .section__related-items .header {
        font-size: 28px;
        line-height: 38px;
    }
}