Created by: Retroity
The Example Carousel available at https://getbootstrap.com/docs/4.0/examples/carousel/ had an issue where the carousel text would not display on screens with less than 768px of width, meaning that the carousel text would not display on mobile.
This fixes that by removing the d-none class from the Carousel items in the page.