.text-diagmed-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 6rem 0;
}
.text-diagmed-4 .content-wrapper-mobile {
    display: none;
}
.text-diagmed-4 .content-wrapper {
    display: flex;
    width: 86.5rem;
    margin-right: 8rem;
    gap: 9.5rem;
}
.text-diagmed-4 .content-wrapper .left-side {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.text-diagmed-4 .content-wrapper .left-side > img {
    height: 30rem;
    width: 100%;
    border: solid 1px #ff0202;
    border-radius: 1rem;
}
.text-diagmed-4 .content-wrapper .right-side {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.text-diagmed-4 .content-wrapper .right-side .section-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: baseline;
}
.text-diagmed-4 .content-wrapper .right-side .section-container .headline {
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #343434;
}
.text-diagmed-4 .content-wrapper .right-side .section-container .text {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #343434;
    font-weight: 400;
}

@media (max-width: 96.5rem) {
    .text-diagmed-4 {
        padding: 6rem 6rem 0;
    }
    .text-diagmed-4 .content-wrapper-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 50rem;
        width: 100%;
    }
    .text-diagmed-4 .content-wrapper-mobile > img {
        width: 100%;
        height: 33rem;
        object-fit: cover;
        object-position: center;
        border: solid 1px #ff0202;
        border-radius: 1rem;
        margin-bottom: 3rem;
    }
    .text-diagmed-4 .content-wrapper-mobile .section-container {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
        margin-bottom: 6rem;
    }
    .text-diagmed-4 .content-wrapper-mobile .section-container .headline {
        font-size: 3rem;
        line-height: 3rem;
        font-weight: 500;
        margin-bottom: 1.5rem;
        color: #343434;
        text-align: center;
    }
    .text-diagmed-4 .content-wrapper-mobile .section-container .text {
        font-size: 1rem;
        line-height: 1.5rem;
        color: #343434;
        font-weight: 400;
        text-align: center;
    }
    .text-diagmed-4 .content-wrapper {
        display: none;
    }
}
@media (max-width: 43.75rem) {
    .text-diagmed-4 {
        padding: 4rem 1.25rem 0;
    }
    .text-diagmed-4 .content-wrapper-mobile > img {
        height: 22rem;
    }
    .text-diagmed-4 .content-wrapper-mobile .section-container {
        gap: 1.5rem;
        margin-bottom: 4rem;
    }
    .text-diagmed-4 .content-wrapper-mobile .section-container .headline {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 600;
        margin-bottom: 0;
    }
    .text-diagmed-4 .content-wrapper {
        display: none;
    }
}
