.banner-diagmed-3 {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    align-items: center;
    padding: 6rem 0 12.75rem;
    background: radial-gradient(rgba(255, 2, 2, 0.2) 0%, white 150%);
    overflow: hidden;
}
.banner-diagmed-3 .funny-handprints-1 {
    position: absolute;
    right: 5.25rem;
    top: 0;
    z-index: 0;
}
.banner-diagmed-3 .content-wrapper {
    z-index: 1;
    display: flex;
    width: 94.5rem;
    flex-direction: column;
    align-items: center;
}
.banner-diagmed-3 .content-wrapper .upper-headline {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #ff0202;
    font-weight: 500;
}
.banner-diagmed-3 .content-wrapper .headline {
    font-size: 4rem;
    color: #343434;
    line-height: 4rem;
    font-weight: 500;
    margin-top: 0.75rem;
    text-align: center;
}
.banner-diagmed-3 .content-wrapper .cards-wrapper {
    margin-top: 6rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 1.5rem;
    width: 100%;
}
.banner-diagmed-3 .content-wrapper .cards-wrapper .card {
    display: flex;
    flex-direction: column;
    min-height: 36rem;
    justify-content: space-between;
    height: auto;
    gap: 4.5rem;
    padding: 3rem 1.5rem 1.5rem;
    border-radius: 1rem;
    background: radial-gradient(white 0%, rgba(255, 2, 2, 0.05) 300%);
    border: solid 1px rgba(255, 2, 2, 0.1);
    align-items: center;
}
.banner-diagmed-3 .content-wrapper .cards-wrapper .card .upper-part {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-diagmed-3
    .content-wrapper
    .cards-wrapper
    .card
    .upper-part
    .image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    border: solid 1px #ff0202;
    background: radial-gradient(#ff0202 0%, rgba(255, 2, 2, 0.1) 100%);
}
.banner-diagmed-3
    .content-wrapper
    .cards-wrapper
    .card
    .upper-part
    .image-container
    > img {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
}
.banner-diagmed-3 .content-wrapper .cards-wrapper .card .upper-part .title {
    margin-top: 3rem;
    font-size: 2rem;
    text-align: center;
    line-height: 2.25rem;
    font-weight: 500;
    color: #343434;
}
.banner-diagmed-3
    .content-wrapper
    .cards-wrapper
    .card
    .upper-part
    .description {
    margin-top: 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    color: #343434;
    text-align: left;
}
.banner-diagmed-3 .content-wrapper .cards-wrapper .card .button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    height: 4rem;
    background: radial-gradient(#ff0202 0%, rgba(255, 2, 2, 0.1) 160%);
    color: white;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 400;
    text-align: center;
    border-radius: 0.5rem;
    text-decoration: none;
}

@media (max-width: 96.5rem) {
    .banner-diagmed-3 {
        padding: 4rem 6rem;
        background: white;
    }
    .banner-diagmed-3 .funny-handprints-1 {
        position: absolute;
        right: unset;
        left: 80%;
        top: -2rem;
    }
    .banner-diagmed-3 .content-wrapper {
        width: 100%;
    }
    .banner-diagmed-3 .content-wrapper .upper-headline {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 500;
    }
    .banner-diagmed-3 .content-wrapper .headline {
        font-size: 4rem;
        color: #343434;
        line-height: 4rem;
        font-weight: 500;
        margin-top: 1.5rem;
    }
    .banner-diagmed-3 .content-wrapper .cards-wrapper {
        margin-top: 4rem;
        display: grid;
        grid-template-columns: 1fr;
        column-gap: none;
        row-gap: 1rem;
        width: 100%;
        max-width: 50rem;
    }
    .banner-diagmed-3 .content-wrapper .cards-wrapper .card {
        min-height: unset;
        gap: 3rem;
        padding: 1.5rem;
        background: radial-gradient(white 0%, rgba(255, 2, 2, 0.05) 100%);
        border: solid 1px rgba(255, 2, 2, 0.1);
    }
    .banner-diagmed-3 .content-wrapper .cards-wrapper .card .upper-part .title {
        margin-top: 2rem;
        font-size: 3rem;
        text-align: center;
        line-height: 3rem;
        font-weight: 500;
        color: #343434;
    }
    .banner-diagmed-3
        .content-wrapper
        .cards-wrapper
        .card
        .upper-part
        .description {
        margin-top: 1.5rem;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
        width: 100%;
        color: #343434;
    }
    .banner-diagmed-3 .content-wrapper .cards-wrapper .card .button {
        width: 100%;
        max-width: 19.5rem;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
        text-align: center;
    }
}
@media (max-width: 43.75rem) {
    .banner-diagmed-3 {
        padding: 6rem 1.25rem;
        background: radial-gradient(rgba(255, 2, 2, 0.2) 0%, white 150%);
    }
    .banner-diagmed-3 .funny-handprints-1 {
        width: 6.375rem;
        height: 7.0625rem;
        left: 85%;
        top: 2rem;
    }
    .banner-diagmed-3 .content-wrapper .upper-headline {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
    }
    .banner-diagmed-3 .content-wrapper .headline {
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 600;
    }
    .banner-diagmed-3 .content-wrapper .cards-wrapper {
        margin-top: 6rem;
    }
    .banner-diagmed-3 .content-wrapper .cards-wrapper .card {
        min-height: unset;
        gap: 3rem;
        padding: 3rem;
        background: radial-gradient(white 0%, rgba(255, 2, 2, 0.05) 200%);
    }
    .banner-diagmed-3 .content-wrapper .cards-wrapper .card .upper-part .title {
        margin-top: 3rem;
        font-size: 2rem;
        line-height: 2.25rem;
    }
    .banner-diagmed-3
        .content-wrapper
        .cards-wrapper
        .card
        .upper-part
        .description {
        margin-top: 1.25rem;
        line-height: 1.5rem;
    }
}
