.successstories.full_preview {
    .successstories__wrapper-block-right {
        width: 50%;

        .r_preview_image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .r_col_product {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 20px;

            &::before {
                content: "Verwendete Software-Lösungen:";
                width: 100%;
                font-weight: normal;
                font-size: 17px;
                font-weight: var(--fw-600);
            }

            .collection_list.software-loesungen {
                flex: 1 1 33%;

                .collection_container {
                    display: flex;
                    flex-direction: row-reverse;
                    justify-content: flex-end;
                    align-items: center;
                    gap: 20px;
                    border-radius: var(--br);
                    padding: 10px;
                    height: auto;

                    .sl__header {
                        position: relative;
                        z-index: 2;
                        max-width: 90%;

                        .sl_preview_title_small {
                            padding: unset;

                            &::after {
                                content: 'Mehr erfahren';
                                display: block;
                                font-weight: var(--fw-400);
                                font-size: var(--fs-text-sm);
                            }
                        }

                        .sl_preview_title {
                            display: none;

                        }
                    }

                    .sl_preview_img {
                        display: none;
                    }

                    .sl__logo {
                        display: block;
                        width: 40px;
                        height: 40px;
                        border-radius: 8px;
                        overflow: hidden;
                    }
                }

                .sl__logo,
                .sl__footer,
                .sl__for {
                    display: none;
                }
            }
        }
    }
}