/* Prevent backend-managed rich content from escaping the solution card. */
#subpage-05-03 .content-box .item .intro-box .text {
    overflow-wrap: anywhere;
}

#subpage-05-03 .content-box .item .intro-box .text img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 1.5rem;
    object-fit: contain;
}

@media screen and (min-width: 650px) {
    #subpage-05-03 .content-box .item .intro-box {
        max-height: calc(100% - 2rem);
        overflow-x: hidden;
        overflow-y: auto;
    }
}
