.carousel-inner > .item > img {
      width: 100%;
      height: 600px;
      object-fit: cover;
    }
    .carousel-control {
      width: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .carousel-control i {
      font-size: 30px;
      color: #fff;
    }