.owl-nav {
  position: absolute;bottom: -40px;left: 0;right: 0;margin: auto;display: flex;align-items: center;justify-content: center;gap: 10px;
}
.owl-nav button {
  
  transition: all 0.3s ease-in-out;
  bottom: 0;
}
.owl-nav button.owl-prev {}
.owl-nav button.owl-next {}

.owl-dots {
  text-align: center;
  margin-top: -24px;
}
.owl-dots button.owl-dot {
  width: 14px;
  height: 6px;
  opacity: 0.3;
  border-radius: 4px;
  display: inline-block;
  background: #ccc;
  margin: 0 5px;
}
.owl-dots button.owl-dot.active {
  opacity: 1;
  width: 25px;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-carousel span {
    /* font-size: 70px;    
    position: relative;
    top: -5px; */
}
.owl-nav button:focus {
    outline: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;border-radius: 50%;border: 1px solid var(--primary);
  color: var(--primary);
}



.owl-carousel img{text-align: center;margin: auto;}