.licences-wrapper {
    margin-top: 11%;
}

.carousel-item {
    background-color: transparent;
    text-align: center;
    color: #fff;
    transition: transform 0.5s ease; /* Smooth transition for slide animation */
}
.carousel-item img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    object-fit: contain;
}
hr {
    height: 1px;
    width: 100%;
    background-color: #fff;
}

#team h5 {
  font-weight: 300;
  font-size: 0.9rem;
  letter-spacing: 1.4px;
}
.transitioner {
  width: 1px;
}

.vertical-line {
  width: 1px;
  height: 300px;
  background-color: #fff;
  margin: 0 auto;
  transition: height 0.3s ease; /* Smooth transition for height change */
}