Currently, I am utilizing the react-responsive-carousel plugin to create a slider on my website at www.bosquo.pl. The issue I am facing is that the carousel is being utilized in various sections of the website, each requiring different styling overrides. For example, in the code snippet provided,
I have attempted to override the styles in a CSS stylesheet, but unfortunately, the changes are affecting all components using the carousel.
My goal is to have one section of the site displaying the Carousel with one set of styles, while another section displays it differently.