.team-mxt-carousel .owl-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-mxt-carousel .carousel-item {
    flex-direction: column;
    align-items: center;
    word-break: break-word !important;
}
.carousel-item{
    padding: 0 !important;
  }

@media only screen and (max-width: 767px) {
    .team-mxt-carousel .carousel-item {
        margin: 0 10px;
    }
}

.team-mxt-carousel .owl-nav .owl-prev {
    background-color: #fff !important;
    color:#333 !important;
    font-size: 24px !important;
    position: absolute;
    top: 50%;
    padding:4px;
    border-radius: 10px;
    left: 0;
}

.team-mxt-carousel .owl-nav .owl-next {
    background-color: #fff !important;
    color: #333 !important;
    font-size: 24px !important;
    position: absolute;
    top: 50%;
    right: 0;
    padding:4px;
    border-radius: 10px;
}

.team-mxt-carousel .owl-dots {
    display: flex;
  justify-content: center;
}
.team-mxt-carousel .owl-dots .owl-dot {
    background: #ccc;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px;
}

.team-mxt-carousel .owl-dots .owl-dot.active {
    background: #333;
}
.info-box {
    font-size: 0.81rem !important;
}