
body {
  font-family: 'Segoe UI', sans-serif;
}
.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  border-radius: 10px;
}
.card {
  border-radius: 12px;
}


.carousel-item img {
  height: 400px; /* You can adjust this to 300px, 350px, etc. */
  object-fit: cover;
}


.card-header h4 {
  font-size: 1.3rem;
}
.card-header h3 {
  font-size: 1.8rem;
  margin-top: 0.5rem;
}
ul.list-unstyled li {
  padding: 4px 0;
  font-size: 0.95rem;
}
