.owl-carousel .item {
  padding: 10px;
}

.owl-carousel .custom-block {
  width: 80%;
  margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ccc;
  transition: all 0.3s;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #007bff;
  width: 20px;
}
