
@media (max-width: 767px) {
    .sustainable-materials-page,
    .sustainable-materials-page * {
        box-sizing: border-box;
    }
    .sustainable-materials-page {
        width: 100%;
        max-width: 100%;
    }
    .sustainable-materials-page img,
    .sustainable-materials-page table,
    .sustainable-materials-page iframe {
        max-width: 100%;
        height: auto;
    }
    .sustainable-materials-page h1,
    .sustainable-materials-page h2,
    .sustainable-materials-page p,
    .sustainable-materials-page a {
        overflow-wrap: anywhere;
    }
    .sustainable-materials-page .banner-container {
        min-height: 0 !important;
        height: auto !important;
        padding: 0 !important;
        overflow: hidden;
    }
    .sustainable-materials-page .banner-container::before {
        height: 100% !important;
        top: 0;
        bottom: 0;
    }
    .sustainable-materials-page .banner-container picture {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }
    .sustainable-materials-page .banner-image {
        display: block;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }
    .sustainable-materials-page .banner-text {
        max-width: 100%;
        padding: 1.25rem 5%;
    }
    .sustainable-materials-page .carousel-track-container,
    .sustainable-materials-page .static-grid {
        max-width: 100%;
    }
    .sustainable-materials-page .carousel-arrow[style*="left"] {
        left: 4px !important;
    }
    .sustainable-materials-page .carousel-arrow[style*="right"] {
        right: 4px !important;
    }
    .sustainable-materials-page .step-card-wrapper {
        min-width: 0;
        max-width: 100%;
    }
    .sustainable-materials-page .message-content a {
        white-space: normal;
    }
}
