.images-diagmed-2 {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: white;
    padding: 6rem 0;
}
.images-diagmed-2 .funny-handprints-4 {
    position: absolute;
    top: 0;
    right: 8rem;
    z-index: 3;
}
.images-diagmed-2 .funny-handprints-5 {
    position: absolute;
    top: 6.75rem;
    right: 0;
    z-index: 3;
}
.images-diagmed-2 .content-wrapper {
    position: relative;
    width: 120rem;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}
.images-diagmed-2 .content-wrapper .background-gradient {
    z-index: 2;
    position: absolute;
    width: 10%;
    height: 100%;
    top: 0;
    cursor: pointer;
}
.images-diagmed-2 .content-wrapper .background-gradient .arrow {
    position: absolute;
    width: 3rem;
    height: 3rem;
    background: radial-gradient(#00d5ff 0%, #00a5dd 100%);
    border: 1px solid #00d5ff;
    border-radius: 50%;
    bottom: 13.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.images-diagmed-2 .content-wrapper .right {
    background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0));
    right: 0;
    pointer-events: none;
}
.images-diagmed-2 .content-wrapper .right .arrow {
    right: 3rem;
}
.images-diagmed-2 .content-wrapper .left {
    background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0));
    left: 0;
    pointer-events: none;
}
.images-diagmed-2 .content-wrapper .left .arrow {
    left: 3rem;
}
.images-diagmed-2 .content-wrapper .upper-headline {
    width: 100%;
    text-align: center;
    color: #ff0202;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
}
.images-diagmed-2 .content-wrapper .headline {
    width: 100%;
    color: #343434;
    text-align: center;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 500;
    margin-top: 0.75rem;
}
.images-diagmed-2 .content-wrapper .article {
    width: 32.875rem;
    color: #343434;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: 3rem;
}
.images-diagmed-2 .content-wrapper .button {
    margin-top: 3rem;
    padding: 0 3rem;
    border-radius: 0.5rem;
    border: solid 1px #ff0202;
    color: #ff0202;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 400;
    cursor: pointer;
    box-shadow: 0px 0px 20px #ff020250;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: fit-content;
    text-decoration: none;
}
.images-diagmed-2 .content-wrapper .images-window {
    position: relative;
    margin-top: 6rem;
    height: 30rem;
    width: 48rem;
}
.images-diagmed-2 .content-wrapper .images-window .image-carousel {
    transition: 0.5s;
    display: flex;
    position: absolute;
    height: 100%;
    width: 500%;
    left: 0%;
}
.images-diagmed-2
    .content-wrapper
    .images-window
    .image-carousel
    .image-container {
    width: 20%;
    padding: 0 0.75rem;
}
.images-diagmed-2
    .content-wrapper
    .images-window
    .image-carousel
    .image-container
    .image {
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    border-radius: 1rem;
    background: radial-gradient(rgba(255, 2, 2, 0.3) 0%, white 120%);
    border: solid 1px rgba(255, 2, 2, 0.1);
}
.images-diagmed-2
    .content-wrapper
    .images-window
    .image-carousel
    .image-container
    .image
    > img {
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 96.5rem) {
    .images-diagmed-2 {
        padding: 4rem 6rem;
        overflow: hidden;
    }
    .images-diagmed-2 .funny-handprints-4 {
        width: 12.5rem;
        top: 0;
        right: 1rem;
        z-index: 0;
    }
    .images-diagmed-2 .funny-handprints-5 {
        position: absolute;
        width: 11.25rem;
        top: 5rem;
        right: -3rem;
        z-index: 0;
    }
    .images-diagmed-2 .content-wrapper {
        width: 100%;
        overflow: unset;
    }
    .images-diagmed-2 .content-wrapper .background-gradient {
        width: 9rem;
    }
    .images-diagmed-2 .content-wrapper .background-gradient .arrow {
        bottom: 17.75rem;
    }
    .images-diagmed-2 .content-wrapper .right {
        background-image: linear-gradient(
            to left,
            white,
            rgba(255, 255, 255, 0) 20%
        );
        right: -6rem;
    }
    .images-diagmed-2 .content-wrapper .right .arrow {
        right: 3rem;
    }
    .images-diagmed-2 .content-wrapper .left {
        background-image: linear-gradient(
            to right,
            white,
            rgba(255, 255, 255, 0) 20%
        );
        left: -6rem;
    }
    .images-diagmed-2 .content-wrapper .left .arrow {
        left: 3rem;
    }
    .images-diagmed-2 .content-wrapper .upper-headline {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 500;
    }
    .images-diagmed-2 .content-wrapper .headline {
        font-size: 4rem;
        line-height: 4rem;
        font-weight: 500;
        margin-top: 1.5rem;
    }
    .images-diagmed-2 .content-wrapper .article {
        width: 100%;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.5rem;
    }
    .images-diagmed-2 .content-wrapper .button {
        width: 23.375rem;
    }
    .images-diagmed-2 .content-wrapper .images-window {
        margin-top: 6rem;
        height: 38.75rem;
        width: 100%;
    }
    .images-diagmed-2
        .content-wrapper
        .images-window
        .image-carousel
        .image-container {
        padding: 0 0.75rem;
    }
    .images-diagmed-2
        .content-wrapper
        .images-window
        .image-carousel
        .image-container
        .image {
        padding: 1rem;
    }
}
@media (max-width: 43.75rem) {
    .images-diagmed-2 {
        padding: 3rem 2.5rem;
    }
    .images-diagmed-2 .funny-handprints-4 {
        width: 8rem;
        top: 0;
        right: -1rem;
        z-index: 0;
    }
    .images-diagmed-2 .funny-handprints-5 {
        position: absolute;
        width: 7rem;
        top: 3rem;
        right: -4.5rem;
        z-index: 0;
    }
    .images-diagmed-2 .content-wrapper .background-gradient {
        width: 5.5rem;
    }
    .images-diagmed-2 .content-wrapper .background-gradient .arrow {
        bottom: 7.875rem;
    }
    .images-diagmed-2 .content-wrapper .right {
        right: -3rem;
    }
    .images-diagmed-2 .content-wrapper .right .arrow {
        right: 1.25rem;
    }
    .images-diagmed-2 .content-wrapper .left {
        left: -3rem;
    }
    .images-diagmed-2 .content-wrapper .left .arrow {
        left: 1.25rem;
    }
    .images-diagmed-2 .content-wrapper .upper-headline {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
    }
    .images-diagmed-2 .content-wrapper .headline {
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 600;
    }
    .images-diagmed-2 .content-wrapper .article {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .images-diagmed-2 .content-wrapper .button {
        width: fit-content;
    }
    .images-diagmed-2 .content-wrapper .images-window {
        margin-top: 6rem;
        height: 18.75rem;
        width: 100%;
    }
    .images-diagmed-2
        .content-wrapper
        .images-window
        .image-carousel
        .image-container {
        padding: 0 0.3125rem;
    }
    .images-diagmed-2
        .content-wrapper
        .images-window
        .image-carousel
        .image-container
        .image {
        padding: 1rem 0.625rem;
    }
}
