/*--BEGINNING--Word break normal--*/

/*--INFO--*/
/*--These CSS are meant to avoid the words of the headings and other texts break in two lines in some viewports --*/
/*--SNOW PENDING --*/

/* Beginning: Solution to fix streched plus and minus icon of accordion within column control*/
.cmp-location_list-filter-options_heading .accordion-button, .cmp-tabs__tabpanel .cmp-title__text, .h1, .h2, .h3, .h4, .h5, .h6, .media-center__mobile-menu-filter-accordion_heading .accordion-button, .product_finder .accordion-button, h1, h2, h3, h4, h5, h6, p{
    word-break: normal;
}

/*--END--Word break normal--*/