.carousel-item img {
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  z-index: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
