.banner-diagmed-5 {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: white;
    position: relative;
    align-items: center;
    padding: 4.75rem 0;
}
.banner-diagmed-5 .funny-handprints-6 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.banner-diagmed-5 .content-wrapper {
    display: flex;
    width: 94.5rem;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}
.banner-diagmed-5 .content-wrapper .upper-headline {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    color: #ff0202;
}
.banner-diagmed-5 .content-wrapper .headline {
    width: 100%;
    margin-top: 0.75rem;
    text-align: center;
    font-size: 4rem;
    color: #343434;
    line-height: 4rem;
    font-weight: 500;
}
.banner-diagmed-5 .content-wrapper .article {
    width: 100%;
    text-align: center;
    margin-top: 3rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #343434;
    font-weight: 400;
}
.banner-diagmed-5 .content-wrapper .cards-wrapper {
    gap: 4rem;
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.banner-diagmed-5 .content-wrapper .cards-wrapper .top-card {
    padding: 1rem 1rem 1rem 4rem;
    display: flex;
    width: 100%;
    height: 40rem;
    gap: 1.5rem;
    border-radius: 1rem;
    border: solid 1px #ff0202;
    background: radial-gradient(white 0%, rgba(255, 2, 2, 0.2) 100%);
}
.banner-diagmed-5 .content-wrapper .cards-wrapper .top-card .left-part {
    min-width: 34.5rem;
    max-width: 34.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.banner-diagmed-5
    .content-wrapper
    .cards-wrapper
    .top-card
    .left-part
    .text-part {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.banner-diagmed-5
    .content-wrapper
    .cards-wrapper
    .top-card
    .left-part
    .text-part
    .occupation {
    margin-top: 3rem;
    width: 100%;
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 500;
    color: #ff0202;
}
.banner-diagmed-5
    .content-wrapper
    .cards-wrapper
    .top-card
    .left-part
    .text-part
    .name {
    width: 100%;
    margin-top: 4rem;
    font-size: 4rem;
    line-height: 4rem;
    color: #343434;
    font-weight: 500;
}
.banner-diagmed-5
    .content-wrapper
    .cards-wrapper
    .top-card
    .left-part
    .text-part
    .description {
    width: 100%;
    margin-top: 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #343434;
    font-weight: 400;
}
.banner-diagmed-5 .content-wrapper .cards-wrapper .top-card .left-part .button {
    width: fit-content;
    border-radius: 0.5rem;
    padding: 0 3rem;
    height: 4rem;
    border: solid 1px #ff0202;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #ff0202;
    cursor: pointer;
    box-shadow: 0px 0px 20px #ff020250;
}
.banner-diagmed-5
    .content-wrapper
    .cards-wrapper
    .top-card
    .left-part
    .button
    .button-text {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #ff0202;
    text-decoration: none;
}
.banner-diagmed-5 .content-wrapper .cards-wrapper .top-card .image {
    width: 100%;
    height: auto;
}
.banner-diagmed-5 .content-wrapper .cards-wrapper .top-card .image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-diagmed-5 .content-wrapper .cards-wrapper .cards-below {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1.5rem;
    row-gap: 4rem;
    width: 100%;
}
.banner-diagmed-5 .content-wrapper .cards-wrapper .cards-below .card {
    padding: 3rem 1rem 1rem;
    border-radius: 1rem;
    border: solid 1px #ff0202;
    background: radial-gradient(white 0%, rgba(255, 2, 2, 0.2) 100%);
    height: 37.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.banner-diagmed-5 .content-wrapper .cards-wrapper .cards-below .card .text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.banner-diagmed-5
    .content-wrapper
    .cards-wrapper
    .cards-below
    .card
    .text
    .name {
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 500;
    color: #343434;
    text-align: center;
}
.banner-diagmed-5
    .content-wrapper
    .cards-wrapper
    .cards-below
    .card
    .text
    .occupation {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #ff0202;
    text-align: center;
}
.banner-diagmed-5 .content-wrapper .cards-wrapper .cards-below .card .image {
    width: 100%;
    height: 25.75rem;
}
.banner-diagmed-5
    .content-wrapper
    .cards-wrapper
    .cards-below
    .card
    .image
    > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 96.5rem) {
    .banner-diagmed-5 {
        padding: 4rem 6rem;
    }
    .banner-diagmed-5 .funny-handprints-6 {
        width: 13rem;
    }
    .banner-diagmed-5 .content-wrapper {
        width: 100%;
    }
    .banner-diagmed-5 .content-wrapper .upper-headline {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 500;
    }
    .banner-diagmed-5 .content-wrapper .headline {
        margin-top: 1rem;
        font-size: 4rem;
        line-height: 4rem;
        font-weight: 500;
    }
    .banner-diagmed-5 .content-wrapper .article {
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 400;
    }
    .banner-diagmed-5 .content-wrapper .cards-wrapper {
        gap: 2rem;
        margin-top: 3rem;
        max-width: 50rem;
    }
    .banner-diagmed-5 .content-wrapper .cards-wrapper .top-card {
        padding: 0.875rem 0.5rem 0.5rem 0.5rem;
        height: auto;
        flex-direction: column;
        align-items: center;
    }
    .banner-diagmed-5 .content-wrapper .cards-wrapper .top-card .left-part {
        min-width: unset;
        max-width: unset;
    }
    .banner-diagmed-5
        .content-wrapper
        .cards-wrapper
        .top-card
        .left-part
        .text-part {
        align-items: center;
    }
    .banner-diagmed-5
        .content-wrapper
        .cards-wrapper
        .top-card
        .left-part
        .text-part
        .occupation {
        margin-top: 0;
        text-align: center;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
    }
    .banner-diagmed-5
        .content-wrapper
        .cards-wrapper
        .top-card
        .left-part
        .text-part
        .name {
        margin-top: 2.125rem;
        text-align: center;
        font-size: 2.5rem;
        line-height: 2.25rem;
        font-weight: 500;
    }
    .banner-diagmed-5
        .content-wrapper
        .cards-wrapper
        .top-card
        .left-part
        .text-part
        .description {
        margin-top: 1.5rem;
        text-align: center;
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 400;
    }
    .banner-diagmed-5
        .content-wrapper
        .cards-wrapper
        .top-card
        .left-part
        .button {
        display: none;
    }
    .banner-diagmed-5 .content-wrapper .cards-wrapper .top-card .image {
        margin-top: 2rem;
        height: 27.625rem;
    }
    .banner-diagmed-5 .content-wrapper .cards-wrapper .cards-below {
        grid-template-columns: 1fr;
        row-gap: 1.5rem;
    }
    .banner-diagmed-5 .content-wrapper .cards-wrapper .cards-below .card {
        background: none;
        background-color: rgba(255, 2, 2, 0.05);
        border: solid 1px rgba(255, 2, 2, 0.1);
        padding: 0.5rem 0.5rem 1.5rem;
        height: auto;
        justify-content: unset;
        gap: 1.5rem;
    }
    .banner-diagmed-5 .content-wrapper .cards-wrapper .cards-below .card .text {
        order: 1;
        gap: 0.5rem;
    }
    .banner-diagmed-5
        .content-wrapper
        .cards-wrapper
        .cards-below
        .card
        .text
        .name {
        order: 1;
        font-size: 2.5rem;
        line-height: 2rem;
        font-weight: 600;
    }
    .banner-diagmed-5
        .content-wrapper
        .cards-wrapper
        .cards-below
        .card
        .text
        .occupation {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
    }
    .banner-diagmed-5
        .content-wrapper
        .cards-wrapper
        .cards-below
        .card
        .image {
        height: 22.5rem;
    }
}
@media (max-width: 43.75rem) {
    .banner-diagmed-5 {
        padding: 3rem 1.25rem;
    }
    .banner-diagmed-5 .funny-handprints-6 {
        width: 9rem;
    }
    .banner-diagmed-5 .content-wrapper .upper-headline {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
    }
    .banner-diagmed-5 .content-wrapper .headline {
        margin-top: 1.5rem;
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 600;
    }
    .banner-diagmed-5 .content-wrapper .article {
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 400;
    }
    .banner-diagmed-5 .content-wrapper .cards-wrapper .top-card {
        padding: 1.5rem 0.5rem 0.5rem;
    }
    .banner-diagmed-5
        .content-wrapper
        .cards-wrapper
        .top-card
        .text-part
        .occupation {
        font-size: 0.75rem;
        line-height: 1.5rem;
    }
    .banner-diagmed-5
        .content-wrapper
        .cards-wrapper
        .top-card
        .text-part
        .name {
        margin-top: 1.5rem;
        font-size: 2rem;
        font-weight: 600;
    }
    .banner-diagmed-5
        .content-wrapper
        .cards-wrapper
        .top-card
        .text-part
        .description {
        font-size: 1rem;
    }
    .banner-diagmed-5 .content-wrapper .cards-wrapper .top-card .image {
        margin-top: 1.5rem;
    }
    .banner-diagmed-5 .content-wrapper .cards-wrapper .cards-below {
        row-gap: 0.5rem;
    }
    .banner-diagmed-5 .content-wrapper .cards-wrapper .cards-below .card {
        padding: 0.5rem 0.5rem 2rem;
        gap: 1rem;
    }
    .banner-diagmed-5
        .content-wrapper
        .cards-wrapper
        .cards-below
        .card
        .text
        .name {
        font-size: 1.5rem;
    }
    .banner-diagmed-5
        .content-wrapper
        .cards-wrapper
        .cards-below
        .card
        .text
        .occupation {
        font-size: 0.75rem;
    }
    .banner-diagmed-5
        .content-wrapper
        .cards-wrapper
        .cards-below
        .card
        .image {
        height: 22.5rem;
    }
}
