.slider .slide_table {
  display: flex;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  align-items: center;
}

.slider .slide_table::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.slider .slide_cell {
  z-index: 3;
  width: 100%;
}

.slider h2 {
  font-weight: 800;
}

.slider .owl-dots {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  background: rgb(255, 255, 255, 0.5);
  height: 36px;
  border-radius: 22px;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  min-width: 100px;
  margin: 0 0 0 -50px;
  z-index: 2;
}

.slider .owl-dots.disabled {
  display: none;
}

@media (max-width: 991px) {
  .slider h2 {
    font-size: 1.5em !important;
  }
}

@media (max-width: 576px) {
  .slider .owl-dots {
    bottom: -45px;
  }

  .slider h2 {
    font-size: 1.25em !important;
  }
}
