.logolar {
  position: relative;
  width: 100%;
  padding: 15px 0;
}

.logolar .item {
  width: 100%;
  padding: 8px;
  height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logolar .item img {
  object-fit: contain;
  display: block;
  width: 100%;
  height: 105px;
}

.logolar .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: 70px;
}

.logolar .owl-nav button {
  font-size: 32px !important;
  color: #787878 !important;
  position: relative;
}

.logolar .owl-nav .owl-prev {
  left: -35px;
}

.logolar .owl-nav .owl-next {
  right: -35px;
}

@media only screen and (max-width: 767px) {
  .logolar .owl-nav {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    bottom: 0;
    gap: 1.5rem;
  }

  .logolar .owl-nav button {
    font-size: 24px !important;
    color: #787878 !important;
    position: relative;
  }

  .logolar .owl-nav .owl-prev {
    left: unset;
  }

  .logolar .owl-nav .owl-next {
    right: unset;
  }
}
