/* Custom styles for the carousel */

.carousel-item {
  text-align: center;
}

.carousel-item h2 {
  font-size: 24px;
}

.carousel-item p {
  font-size: 14px;
}

