How can I modify the width of collapsible content on a specific page?

@GadVenin add below css into base.css file

.grid--1-col .grid__item {
    max-width: 95% !important;
}