.img-wrapper-2 img {
    object-fit: cover;
    object-position: center;
    height: 55vh;
    width: 200px;
  }

  .carousel-item-2 {
    transition: none;
  }

  .carousel-inner-2 {
    display: flex;
    height: 55vh;
  }

  .img-wrapper-2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .carousel-control-prev-2, .carousel-control-next-2{
    width: 6vh;
    height: 6vh;
    background-color:#f84646d5;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
  }
  
  .carousel-control-prev-2:hover, .carousel-control-next-2:hover{
    opacity: 1;
  }

@media (min-width: 1200px) {
  .carousel-item-2 {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100%/3);
  }
}