.wp-block-cble-block-slider {
  position: relative;
}
.wp-block-cble-block-slider > h2 {
  margin-top: 10px;
  margin-bottom: 40px;
  min-height: 60px;
  padding-right: 150px;
}
.wp-block-cble-block-slider .owl-nav button.owl-prev {
  width: 60px;
  height: 60px;
  background: #0C120C;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: -90px;
  right: 61px;
}
.wp-block-cble-block-slider .owl-nav button.owl-next {
  width: 60px;
  height: 60px;
  background: #0C120C;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: -90px;
  right: 0px;
}
