.carrusel {
  height: 50vh;
  display: flex;
  align-items: center;
}

.carrusel-items {
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 5px 0px;
}

.carrusel-item {
  min-width: 300px;
  max-width: 300px;
  margin: 0 5px;
  height: 200px;
}

.carrusel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
