
#heroCarousel {
  margin-top: 0px;
  }
#heroCarousel img {
  max-height: auto;
  width: 100%;
  object-fit: cover;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.45);
  padding: 20px;
  border-radius: 12px;
}

.carousel-caption h2 {
  font-size: 2rem;
  color: #fff;
}

.carousel-caption p {
  font-size: 1rem;
  color: #f0f0f0;
}

@media (max-width: 768px) {
  #heroCarousel {
  margin-top: 80px;
  }
  #heroCarousel img {
    max-height: auto;
  }

  .carousel-caption h2 {
    font-size: 1.4rem;
  }

  .carousel-caption p {
    font-size: 0.9rem;
  }
}
