.text-diagmed-5 {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: white;
    padding: 6rem 0;
    flex-direction: column;
}
.text-diagmed-5 .content-wrapper {
    width: 62.5rem;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.text-diagmed-5 .content-wrapper .article-section {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    border-top: solid 1px #cccccc;
}
.text-diagmed-5 .content-wrapper .article-section .section-title {
    width: 100%;
    text-align: left;
    margin-top: 1.5rem;
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 500;
    color: #242424;
}
.text-diagmed-5 .content-wrapper .article-section .section-text-part {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.text-diagmed-5 .content-wrapper .article-section .section-text-part > p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #242424;
    font-weight: 400;
}

@media (max-width: 96.5rem) {
    .text-diagmed-5 {
        padding: 6rem;
    }
    .text-diagmed-5 .content-wrapper {
        width: 100%;
        max-width: 50rem;
        gap: 3rem;
    }
    .text-diagmed-5 .content-wrapper .article-section {
        gap: 1.5rem;
    }
    .text-diagmed-5 .content-wrapper .article-section .section-title {
        margin-top: 3rem;
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 600;
    }
}
@media (max-width: 43.75rem) {
    .text-diagmed-5 {
        padding: 4rem 1.25rem;
    }
    .text-diagmed-5 .content-wrapper .article-section {
        gap: 3rem;
    }
    .text-diagmed-5 .content-wrapper .article-section .section-title {
        margin-top: 1.5rem;
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 500;
    }
}
