.custom-carousel.custom-carousel.left-right-arrows.owl-carousel {
  width: calc(100% - 160px);
  margin: auto;
  margin-bottom: 150px;
}

.custom-carousel.left-right-arrows.owl-carousel .owl-prev,
.custom-carousel.left-right-arrows.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
}

.custom-carousel.left-right-arrows.owl-carousel .owl-prev {
  left: -50px;
}

.custom-carousel.left-right-arrows.owl-carousel .owl-next {
  right: -50px;
}

.custom-carousel.left-right-arrows.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  bottom: -60px;
  position: absolute;
  left: 0;
  right: 0;
}

.custom-carousel.left-right-arrows.owl-carousel .owl-dots.disabled{
  display: none;
}

.custom-carousel.left-right-arrows.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border: 2px solid #4B4B4B;
  border-radius: 50%;
  outline: none;
  margin: 0 10px;
}

.custom-carousel.left-right-arrows.owl-carousel .owl-dots .owl-dot.active {
  background: #4B4B4B;
}

.custom-carousel.owl-carousel .owl-stage {
  margin: auto;
}