.owl-default-dots .owl-dots {
  bottom: -30px;
}
.owl-default-dots .owl-dots .owl-dot {
  border-color: rgba(51, 154, 213, 0.25) !important;
  background: rgba(51, 154, 213, 0.25) !important;
}
.owl-default-dots .owl-dots .owl-dot.active {
  border-color: var(--main-color) !important;
  background: var(--main-color) !important;
}

.flip-box.list3-item {
  height: 160px;
}

.list3-carousel .owl-stage-outer {
  padding: 0 1px;
}
.list3-carousel .owl-stage-outer .list3-description {
  margin-top: 5px;
}

.list3-items.carousel-wrapper {
  padding-bottom: 30px !important;
}

@media (max-width: 475.98px) {
  .owl-default-dots.list3-carousel .owl-dots {
    flex-wrap: wrap;
    width: 100%;
    gap: 2px;
    justify-content: center;
    bottom: -35px;
  }
  .flip-box.list3-item {
    height: 130px;
  }
  .list3-carousel .owl-stage-outer {
    padding: 0;
  }
}
