.banner-diagmed-2 {
    display: flex;
    width: 100%;
    padding: 6rem 0;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.banner-diagmed-2 .funny-handprints-3 {
    position: absolute;
    top: 0;
    left: 0;
}
.banner-diagmed-2 .funny-handprints-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.banner-diagmed-2 .content-wrapper {
    width: 94.5rem;
    display: flex;
    flex-direction: column;
    z-index: 1;
}
.banner-diagmed-2 .content-wrapper .upper-headline {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    color: #ff0202;
    line-height: 2rem;
    font-weight: 500;
}
.banner-diagmed-2 .content-wrapper .headline {
    width: 100%;
    text-align: center;
    margin-top: 1.25rem;
    color: #343434;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 500;
}
.banner-diagmed-2 .content-wrapper .main-part {
    display: flex;
    margin-top: 6rem;
    width: 100%;
    gap: 1.5rem;
}
.banner-diagmed-2 .content-wrapper .main-part .left-card {
    width: 66.6%;
    display: flex;
    padding: 4rem 4rem 3rem;
    gap: 4rem;
    border-radius: 1rem;
    border: solid 1px #00d5ff;
    background: radial-gradient(white 0%, rgba(0, 213, 255, 0.3) 100%);
}
.banner-diagmed-2 .content-wrapper .main-part .left-card .left-card-left-side {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-diagmed-2
    .content-wrapper
    .main-part
    .left-card
    .left-card-left-side
    .logo {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #00d5ff;
    background: radial-gradient(#00d5ff 0%, rgba(0, 213, 255, 0.1) 100%);
}
.banner-diagmed-2
    .content-wrapper
    .main-part
    .left-card
    .left-card-left-side
    .logo
    > img {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
}
.banner-diagmed-2
    .content-wrapper
    .main-part
    .left-card
    .left-card-left-side
    .title {
    margin-top: 3rem;
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 500;
    width: 100%;
    text-align: center;
    color: #343434;
}
.banner-diagmed-2
    .content-wrapper
    .main-part
    .left-card
    .left-card-left-side
    .description {
    width: 100%;
    text-align: center;
    line-height: 1.5rem;
    font-family: 1rem;
    font-weight: 400;
    color: #343434;
    margin-top: 1.5rem;
}
.banner-diagmed-2
    .content-wrapper
    .main-part
    .left-card
    .left-card-left-side
    .button {
    margin-top: 4rem;
    width: auto;
    padding: 0 4rem;
    height: 4rem;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1.5rem;
    background: radial-gradient(#ff0202 0%, rgba(255, 2, 2, 0.1) 160%);
    color: white;
    border-radius: 0.5rem;
    text-decoration: none;
}
.banner-diagmed-2 .content-wrapper .main-part .left-card .left-card-right-side {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.banner-diagmed-2
    .content-wrapper
    .main-part
    .left-card
    .left-card-right-side
    .title {
    color: #343434;
    margin-top: 1.875rem;
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 500;
    width: 100%;
    text-align: center;
}
.banner-diagmed-2
    .content-wrapper
    .main-part
    .left-card
    .left-card-right-side
    .timetable {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 1rem;
}
.banner-diagmed-2
    .content-wrapper
    .main-part
    .left-card
    .left-card-right-side
    .timetable
    .item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: solid 1px #0095b2;
}
.banner-diagmed-2
    .content-wrapper
    .main-part
    .left-card
    .left-card-right-side
    .timetable
    .item
    .item-name {
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #343434;
}
.banner-diagmed-2
    .content-wrapper
    .main-part
    .left-card
    .left-card-right-side
    .timetable
    .item
    .item-time {
    text-align: right;
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #343434;
}
.banner-diagmed-2 .content-wrapper .main-part .right-card {
    width: 33.3%;
    border: solid 1px #00d5ff;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: radial-gradient(white 0%, rgba(0, 213, 255, 0.3) 100%);
    border-radius: 1rem;
}
.banner-diagmed-2 .content-wrapper .main-part .right-card .logo {
    width: 6rem;
    height: 6rem;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: white;
}
.banner-diagmed-2 .content-wrapper .main-part .right-card .logo > img {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
}
.banner-diagmed-2 .content-wrapper .main-part .right-card .title {
    margin-top: 3rem;
    text-align: center;
    width: 100%;
    color: #343434;
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 500;
}
.banner-diagmed-2 .content-wrapper .main-part .right-card .description {
    width: 100%;
    text-align: center;
    line-height: 1.5rem;
    font-family: 1rem;
    font-weight: 400;
    color: #343434;
    margin-top: 1.5rem;
}
.banner-diagmed-2 .content-wrapper .main-part .right-card .button {
    margin-top: 1.75rem;
    width: auto;
    padding: 0 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1.5rem;
    background: radial-gradient(#ff0202 0%, rgba(255, 2, 2, 0.1) 160%);
    color: white;
    border-radius: 0.5rem;
    text-decoration: none;
}

@media (max-width: 96.5rem) {
    .banner-diagmed-2 {
        padding: 4rem 6rem;
    }
    .banner-diagmed-2 .funny-handprints-3 {
        width: 10rem;
        top: -1.5rem;
    }
    .banner-diagmed-2 .funny-handprints-2 {
        display: none;
    }
    .banner-diagmed-2 .content-wrapper {
        width: 100%;
        max-width: 50rem;
    }
    .banner-diagmed-2 .content-wrapper .upper-headline {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 500;
    }
    .banner-diagmed-2 .content-wrapper .headline {
        font-size: 4rem;
        line-height: 4rem;
        font-weight: 500;
    }
    .banner-diagmed-2 .content-wrapper .main-part {
        flex-direction: column;
        margin-top: 4rem;
        gap: 1rem;
    }
    .banner-diagmed-2 .content-wrapper .main-part .left-card {
        width: 100%;
        flex-direction: column;
        padding: 4rem 3rem 3rem;
        gap: 4rem;
        order: 1;
    }
    .banner-diagmed-2
        .content-wrapper
        .main-part
        .left-card
        .left-card-left-side {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .banner-diagmed-2
        .content-wrapper
        .main-part
        .left-card
        .left-card-left-side
        .logo {
        width: 6rem;
        height: 6rem;
    }
    .banner-diagmed-2
        .content-wrapper
        .main-part
        .left-card
        .left-card-left-side
        .logo
        > img {
        width: 3rem;
        height: 3rem;
    }
    .banner-diagmed-2
        .content-wrapper
        .main-part
        .left-card
        .left-card-left-side
        .title {
        margin-top: 2.625rem;
        font-size: 3rem;
        line-height: 3rem;
        font-weight: 500;
    }
    .banner-diagmed-2
        .content-wrapper
        .main-part
        .left-card
        .left-card-left-side
        .description {
        width: 100%;
        margin-top: 1rem;
    }
    .banner-diagmed-2
        .content-wrapper
        .main-part
        .left-card
        .left-card-left-side
        .button {
        margin-top: 4rem;
        height: 4rem;
        font-size: 1.25rem;
    }
    .banner-diagmed-2
        .content-wrapper
        .main-part
        .left-card
        .left-card-right-side {
        width: 100%;
    }
    .banner-diagmed-2
        .content-wrapper
        .main-part
        .left-card
        .left-card-right-side
        .title {
        display: none;
    }
    .banner-diagmed-2
        .content-wrapper
        .main-part
        .left-card
        .left-card-right-side
        .timetable
        .item
        .item-name {
        font-size: 1.25rem;
    }
    .banner-diagmed-2
        .content-wrapper
        .main-part
        .left-card
        .left-card-right-side
        .timetable
        .item
        .item-time {
        font-size: 1.25rem;
    }
    .banner-diagmed-2 .content-wrapper .main-part .right-card {
        width: 100%;
        padding: 4rem 3rem 3rem;
    }
    .banner-diagmed-2 .content-wrapper .main-part .right-card .logo {
        width: 6rem;
        height: 6rem;
    }
    .banner-diagmed-2 .content-wrapper .main-part .right-card .logo > img {
        width: 4rem;
        height: 4rem;
    }
    .banner-diagmed-2 .content-wrapper .main-part .right-card .title {
        margin-top: 2.25rem;
        font-size: 3rem;
        line-height: 3rem;
        font-weight: 500;
    }
    .banner-diagmed-2 .content-wrapper .main-part .right-card .description {
        margin-top: 0.75rem;
    }
    .banner-diagmed-2 .content-wrapper .main-part .right-card .button {
        margin-top: 3rem;
        height: 4rem;
        font-size: 1.25rem;
    }
}
@media (max-width: 43.75rem) {
    .banner-diagmed-2 {
        padding: 3rem 1.25rem;
    }
    .banner-diagmed-2 .funny-handprints-3 {
        width: 8rem;
        top: 0rem;
    }
    .banner-diagmed-2 .content-wrapper .upper-headline {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
    }
    .banner-diagmed-2 .content-wrapper .headline {
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 600;
    }
    .banner-diagmed-2 .content-wrapper .main-part {
        margin-top: 3.25rem;
        gap: 0.625rem;
    }
    .banner-diagmed-2 .content-wrapper .main-part .left-card {
        padding: 1.5rem 1rem;
        gap: 3rem;
    }
    .banner-diagmed-2
        .content-wrapper
        .main-part
        .left-card
        .left-card-left-side
        .logo {
        width: 4.3125rem;
        height: 4.3125rem;
    }
    .banner-diagmed-2
        .content-wrapper
        .main-part
        .left-card
        .left-card-left-side
        .logo
        > img {
        width: 2.125rem;
        height: 2.125rem;
    }
    .banner-diagmed-2
        .content-wrapper
        .main-part
        .left-card
        .left-card-left-side
        .title {
        margin-top: 1.625rem;
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-weight: 600;
    }
    .banner-diagmed-2
        .content-wrapper
        .main-part
        .left-card
        .left-card-left-side
        .description {
        width: 100%;
        margin-top: 1.5rem;
    }
    .banner-diagmed-2
        .content-wrapper
        .main-part
        .left-card
        .left-card-left-side
        .button {
        margin-top: 2.25rem;
        height: 3rem;
        font-size: 1rem;
    }
    .banner-diagmed-2
        .content-wrapper
        .main-part
        .left-card
        .left-card-right-side
        .timetable
        .item
        .item-name {
        font-size: 1rem;
    }
    .banner-diagmed-2
        .content-wrapper
        .main-part
        .left-card
        .left-card-right-side
        .timetable
        .item
        .item-time {
        font-size: 1rem;
    }
    .banner-diagmed-2 .content-wrapper .main-part .right-card {
        padding: 1.5rem 2rem;
    }
    .banner-diagmed-2 .content-wrapper .main-part .right-card .logo {
        width: 4.3125rem;
        height: 4.3125rem;
    }
    .banner-diagmed-2 .content-wrapper .main-part .right-card .logo > img {
        width: 2.125rem;
        height: 2.125rem;
    }
    .banner-diagmed-2 .content-wrapper .main-part .right-card .title {
        margin-top: 1.5rem;
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 600;
    }
    .banner-diagmed-2 .content-wrapper .main-part .right-card .description {
        margin-top: 1.5rem;
    }
    .banner-diagmed-2 .content-wrapper .main-part .right-card .button {
        margin-top: 2.25rem;
        height: 3rem;
        font-size: 1rem;
    }
}
