.carousel-custom {
    height: 70vh;
    width: 100wh;
  }
  
  .carousel-inner {
    height: 100%;
    width: 100%;
  }
  
  .carousel-item {
    height: 100%;
    width: 100%;
  }
  
  .carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  